aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/README.md
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2021-10-21 09:32:52 +0200
committerGitHub <noreply@github.com>2021-10-21 09:32:52 +0200
commit85f0012937e76a96414c9fc9402b270186fcc9f4 (patch)
tree8de50895c026ec838caec59c5b387fd17af25dcc /client/go/README.md
parentad4c3de2270d2b9b8d3d234bbd17e80f78b2f2ec (diff)
parent0431d202a3c8997c64573d67ce7cadb95c31d165 (diff)
Merge pull request #19663 from vespa-engine/kkraune/err-msg
Improve error msg for cloned app not found
Diffstat (limited to 'client/go/README.md')
-rw-r--r--client/go/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/go/README.md b/client/go/README.md
index e78c21addd7..d3803828b4c 100644
--- a/client/go/README.md
+++ b/client/go/README.md
@@ -5,3 +5,9 @@ Use it on Vespa instances running locally, remotely or in the cloud.
Prefer web service API's to this in production.
Vespa documentation: https://docs.vespa.ai
+
+Developer notes:
+
+ $ brew install go
+ $ make test
+