diff options
Diffstat (limited to 'build.go')
-rw-r--r-- | build.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -//+build vendor +//go:build vendor +// +build vendor package main |