We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get:
GOOS=linux go build -o ./dist/linux/limo # github.com/hoop33/limo/vendor/github.com/mattn/go-sqlite3 vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:18: undefined: SQLiteConn vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:26: undefined: SQLiteConn vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:27: undefined: namedValue vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:29: undefined: namedValue vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:35: undefined: SQLiteConn vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:36: undefined: namedValue vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:44: undefined: SQLiteConn vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:49: undefined: SQLiteConn vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:54: undefined: SQLiteStmt vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:63: undefined: SQLiteStmt vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go:36: too many errors make: *** [linux] Error 2
This may help: mattn/go-sqlite3#384
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get:
This may help: mattn/go-sqlite3#384
The text was updated successfully, but these errors were encountered: