diff options
Diffstat (limited to 'cmd/rescribe/getembeds.go')
-rw-r--r-- | cmd/rescribe/getembeds.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rescribe/getembeds.go b/cmd/rescribe/getembeds.go index 90f22ec..92dd8c4 100644 --- a/cmd/rescribe/getembeds.go +++ b/cmd/rescribe/getembeds.go @@ -2,7 +2,7 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. -// +build ignore +//go:build ignore // this downloads the needed files to embed into the binary, // and is run by `go generate` @@ -81,7 +81,7 @@ func present(url string, sum string) bool { } func main() { - urls := []struct{ + urls := []struct { url string sum string }{ |