chenchun / gosqlite

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

Does not compile with latest go #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
sqlite.go:168[_obj/sqlite.cgo1.go:171]: cannot use sleepNs (type int64) as type 
time.Duration in function argument
sqlite.go:228[_obj/sqlite.cgo1.go:231]: undefined: time.Nanoseconds
sqlite.go:351[_obj/sqlite.cgo1.go:354]: undefined: time.Nanoseconds

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ficoos@gmail.com on 4 Dec 2011 at 5:06

GoogleCodeExporter commented 9 years ago
This also occurs for me using weekly build of go on MacOS X 10.6.8.

Original comment by billk...@gmail.com on 23 Dec 2011 at 7:47