diff options
Diffstat (limited to 'cmd/embedded.go')
-rw-r--r-- | cmd/embedded.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/embedded.go b/cmd/embedded.go index 528f32402e..2aeaba4786 100644 --- a/cmd/embedded.go +++ b/cmd/embedded.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 |