go_client icon indicating copy to clipboard operation
go_client copied to clipboard

makefile error: no Go files in github.com/griddb/go_client

Open kokizzu opened this issue 5 years ago • 3 comments

image

LIBRARY_PATH already appened with /usr/griddb_c_client-4.2.0/lib GOPATH already appended with this project's directory

bunch of github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/ recursively in src created everytime executing the makefile..

kokizzu avatar Nov 20 '19 04:11 kokizzu

'___') this should be on this repository's README.md instead of a blog post https://griddb.net/en/blog/golang-client/

it would be nicer if the makefile automatically move the source to /tmp and move the result back to the repo instead of giving confusing error

since $GOPATH/src is a Go standard and everyone install libraries there

kokizzu avatar Nov 20 '19 04:11 kokizzu

Thank you for your usage and comment.

I understand. I'll improve installation for Go Client.

knonomura avatar Nov 21 '19 08:11 knonomura

I have improved installation for Go Client by c8ceeba64301f4bd29485cbb34ab3a2551e2a9b7. We can install Go Client on $GOPATH with "go get" and "go install" like other golang softwares.

knonomura avatar Jan 17 '20 00:01 knonomura