The documentation says that octosql can be built with these commands:
git clone https://github.com/cube2222/octosql
cd octosql
go install
But what happens next? go install downloaded a bunch of packages but then nothing happened and I can't find an executable binary. Sorry, I'm not a go developer and not familiar with go specific conventions.
The documentation says that octosql can be built with these commands:
But what happens next?
go installdownloaded a bunch of packages but then nothing happened and I can't find an executable binary. Sorry, I'm not a go developer and not familiar with go specific conventions.