I want to compile the program under 32 bits:
set GOOS=windows set GOARCH=386 Installed mingw-w64 https://sourceforge.net/projects/mingw-w64/ but still the error sqlite3_go18.go:18:10: undefined: SQLiteConn .
I want to compile the program under 32 bits:
set GOOS=windows set GOARCH=386 Installed mingw-w64 https://sourceforge.net/projects/mingw-w64/ but still the error sqlite3_go18.go:18:10: undefined: SQLiteConn .
Source: https://ru.stackoverflow.com/questions/780119/
All Articles