-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
❯ go run .
# github.com/mattn/go-sqlite3
sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:123303:10: warning: function may return address of local variable [-Wreturn-local-addr]
123303 | return pNew;
| ^~~~
sqlite3-binding.c:123263:10: note: declared here
123263 | Select standin;
| ^~~~~~~
panic: no such table: user
goroutine 1 [running]:
main.(*Database).Initialize(0xaa41c0)
/home/jake/git/kicker-elo/database.go:93 +0x1ad
main.main()
/home/jake/git/kicker-elo/main.go:4 +0x1a
exit status 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels