Skip to content

missing gorm from sample code #58

@karthiksedoc

Description

@karthiksedoc

the following line from https://github.com/qor/auth?tab=readme-ov-file#quick-start

  gormDB, _ = gorm.Open("sqlite3", "sample.db")

causing the below error:

❯ go build main.go                         
# command-line-arguments
./main.go:20:15: undefined: gorm

Looks like the module gorm is not included in the sample code 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions