go-oci8 icon indicating copy to clipboard operation
go-oci8 copied to clipboard

oracle driver for go that using database/sql 请使用原版 https://github.com/mattn/go-oci8

Results 2 go-oci8 issues
Sort by recently updated
recently updated
newest added

按照文档说明做了如下配置,但是在import的时候报错,不知道哪里有问题,请大神指点 ![default](https://user-images.githubusercontent.com/13285419/45021245-a453b400-b063-11e8-9342-44e1d2bf1943.png) ![default](https://user-images.githubusercontent.com/13285419/45021283-c0575580-b063-11e8-97a6-7abe2bf5d010.png) ![default](https://user-images.githubusercontent.com/13285419/45021318-d402bc00-b063-11e8-85f7-85413b163116.png) ![default](https://user-images.githubusercontent.com/13285419/45021328-dc5af700-b063-11e8-95f5-1174c56a58f6.png) ![default](https://user-images.githubusercontent.com/13285419/45021355-ee3c9a00-b063-11e8-99a3-f02c56ed50c6.png)

go get github.com/wendal/go-oci8 ``` C:\Windows\system32>go get github.com/wendal/go-oci8 go: finding github.com/wendal/go-oci8 latest # github.com/wendal/go-oci8 gcc: error: CreateProcess: No such file or directory ```