Bill Jones

Results 7 comments of Bill Jones

@jacobzeng you can use this repo just like you would use "_github.com/mattn/go-sqlite3_". I have had very good results using this repo.

Correct mattn needs cgo, thats why I use this repo.

pull #50

Need someone with a Mac to verify it's working.

@jottinger, I cant thank you enough. The third release has dropped. Would it be possible for us to start a discussion about releases? Get me in line with what people...

I hope this helps. [bjones@develop go]$ set | grep "TERM" TERM=xterm [bjones@develop go]$ cat o.go package main import "os" import "fmt" func main() { r := os.Getenv("TERM") fmt.Println(r) } [bjones@develop...