mattn/go-oci8

release a version

vamkaxifa opened this issue · 5 comments

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...

@mattn What do you think?

@vamitrou
Does

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

Work for you?

mattn commented

I have plan to add go.mod in later.

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

works for me, thanks a lot ~~

mattn commented

Released v0.0.1