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
vscode { "type": "go", "label": "go: build x86 Windows", "command": "build", "args": [ "-ldflags", "-H=windows -s -w", "-o", "dist/juice_x86.exe", "-tags", "windows cgo", "-v", "-mod=mod" ], "problemMatcher": [ "$go" ], "group": { "kind": "build", "isDefault": true }, "detail": "生成 x86 位 Windows 可执行文件", "options": { "env": { "GO111MODULE": "on", "GOARCH": "386" } } },
返回结果 github.com/mattn/go-sqlite3
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_opt_preupdate.go:15:16: undefined: SQLiteConn E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:18:10: undefined: SQLiteConn E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:27:10: undefined: SQLiteConn E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:32:10: undefined: SQLiteConn E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:37:10: undefined: SQLiteConn E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:42:10: undefined: SQLiteConn E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:47:10: undefined: SQLiteStmt E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:52:10: undefined: SQLiteStmt E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_opt_preupdate_omit.go:20:10: undefined: SQLiteConn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vscode
{
"type": "go",
"label": "go: build x86 Windows",
"command": "build",
"args": [
"-ldflags",
"-H=windows -s -w",
"-o",
"dist/juice_x86.exe",
"-tags",
"windows cgo",
"-v",
"-mod=mod"
],
"problemMatcher": [
"$go"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "生成 x86 位 Windows 可执行文件",
"options": {
"env": {
"GO111MODULE": "on",
"GOARCH": "386"
}
}
},
返回结果
github.com/mattn/go-sqlite3
github.com/mattn/go-sqlite3
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_opt_preupdate.go:15:16: undefined: SQLiteConn
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:18:10: undefined: SQLiteConn
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:27:10: undefined: SQLiteConn
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:32:10: undefined: SQLiteConn
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:37:10: undefined: SQLiteConn
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:42:10: undefined: SQLiteConn
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:47:10: undefined: SQLiteStmt
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_go18.go:52:10: undefined: SQLiteStmt
E:\code\gos\pkg\mod\github.com\mattn\[email protected]\sqlite3_opt_preupdate_omit.go:20:10: undefined: SQLiteConn
The text was updated successfully, but these errors were encountered: