diff options
author | Nick White <git@njw.name> | 2022-10-27 16:32:07 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-10-27 16:32:07 +0100 |
commit | 2aabbfeb7173d682fc28cc512afc13bab2ce0ee7 (patch) | |
tree | 151e3b93c971bd391b59906e89a97d8104493420 /cmd/rescribe/getembeds.go | |
parent | 811601e4b446b1c598af965b74155f7f76ffb7e9 (diff) |
gofmt
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 }{ |