diff options
Diffstat (limited to 'tools/nogo')
-rw-r--r-- | tools/nogo/build.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/nogo/build.go b/tools/nogo/build.go index d173cff1f..4067bb480 100644 --- a/tools/nogo/build.go +++ b/tools/nogo/build.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build go1.1 +// +build go1.1 + package nogo import ( |