mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

release a version #368

Closed vamkaxifa closed 4 years ago

vamkaxifa commented 4 years ago

Hello , would you like to release a version, 'cause I have some trouble with go mod. When I build my project, I got error

go: finding github.com/mattn/go-oci8 latest
build ProductRecordQuery: cannot load github.com/mattn/go-oci8: no matching versions for query "latest"

I'm thinking about if you can release a version, than I could solve this out...

MichaelS11 commented 4 years ago

@mattn What do you think?

bwmarrin commented 4 years ago

@vamitrou Does

go get github.com/mattn/go-oci8@master

Work for you?

mattn commented 4 years ago

I have plan to add go.mod in later.

vamkaxifa commented 4 years ago

go get github.com/mattn/go-oci8@master

works for me, thanks a lot ~~

mattn commented 4 years ago

Released v0.0.1