After upgrading from Go 1.2.1 to 1.3 (Windows 7 64 bit) \"go build\" execution time has increased from around 4 to over 45 seconds. There were no other changes except the go ver
You can build sqlite3 like this:
cd ./vendor/github.com/mattn/go-sqlite3/ go install
After that your project will b built much faster.