diff options
Diffstat (limited to 'cmd/embedded_stub.go')
-rw-r--r-- | cmd/embedded_stub.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/embedded_stub.go b/cmd/embedded_stub.go index 1f9af7b86b..0e9e3e6ec3 100644 --- a/cmd/embedded_stub.go +++ b/cmd/embedded_stub.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. +//go:build !bindata // +build !bindata package cmd |