chenchun / gosqlite

Automatically exported from code.google.com/p/gosqlite
0 stars 0 forks source link

I can not go get http://code.google.com/p/gosqlite/sqlite #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. when I run the command: go get http://code.google.com/p/gosqlite/sqlite
I got the result is :
unrecognized import path http:/code.google.com/p/gosqlite/sqlite
2. and also, if I download the source code to $GOROOT/src/pkg/code.google.com/p
and then run the command: go tool cgo -- -lsqlite3 sqlite.go
I got the error:
  unrecognized sqlite3 ...
  and also the related functions which are all unrecognized

What version of the product are you using? On what operating system?
sqlite3 is 3.7; and Go is the latest. OS is redhat centos 

Original issue reported on code.google.com by liumeime...@gmail.com on 20 Jun 2012 at 3:22

GoogleCodeExporter commented 9 years ago
I realize this issue is old but maybe this will help someone.

I got around this with:
go get code.google.com/p/gosqlite/sqlite

Original comment by joshkc...@gmail.com on 29 May 2013 at 4:24