aboutsummaryrefslogtreecommitdiffstats
path: root/client/go
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-24 08:46:34 +0100
committerMartin Polden <mpolden@mpolden.no>2022-03-24 08:46:34 +0100
commitc43a5654c7a45fd241e027deec0003f2414e8a85 (patch)
tree2b9e12641946bfa9f2512c2e80a884c06c8f3f48 /client/go
parentb3609f1d976b2d1c4a91f4bb46ba4259d888d658 (diff)
Make build compatible with Go 1.16
Diffstat (limited to 'client/go')
-rw-r--r--client/go/cond_make.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/cond_make.go b/client/go/cond_make.go
index af551ff3236..bddc80aeeef 100644
--- a/client/go/cond_make.go
+++ b/client/go/cond_make.go
@@ -6,6 +6,7 @@
// This source file is not part of the standard Vespa CLI build and is only used from the Makefile in this directory.
//go:build ignore
+// +build ignore
package main