From 2aabbfeb7173d682fc28cc512afc13bab2ce0ee7 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 27 Oct 2022 16:32:07 +0100 Subject: gofmt --- cmd/rescribe/getembeds.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/rescribe/getembeds.go') 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 }{ -- cgit v1.2.1-24-ge1ad