diff --git a/README.md b/README.md index b20182f..667ebfc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Project status: ### How to install ```shell -go get -u github.com/amsokol/ignite-go-client +go get -u github.com/amsokol/ignite-go-client/... ``` ### How to use client diff --git a/examples.go b/examples.go deleted file mode 100644 index d34637d..0000000 --- a/examples.go +++ /dev/null @@ -1,4 +0,0 @@ -package examples - -// This is empty file to prevent the following warning of "go get": -// go build github.com/amsokol/ignite-go-client: no non-test Go files in .../ignite-go-client