1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-21 15:17:01 +00:00

Update build tag constraints

This patch updates all build tag constraints to add the new format,
alongside the old one, to maintain backwards compatibility.

This was done by using `go fmt`.

See https://go.dev/doc/go1.17#gofmt and
https://golang.org/design/draft-gobuild for more details.
This commit is contained in:
Alberto Bertogli
2022-08-08 17:52:34 +01:00
parent d4b89db6c3
commit 5bb17c7066
18 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
//
// From: https://git.lukeshu.com/go/cmd/gocovcat/
//
//go:build ignore
// +build ignore
// Copyright 2017 Luke Shumaker <lukeshu@parabola.nu>