mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-09 17:55:57 +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:
@@ -2,6 +2,7 @@
|
||||
// This is only used in tests, when the "dnsoverride" tag is active.
|
||||
// It requires Go >= 1.8.
|
||||
//
|
||||
//go:build dnsoverride
|
||||
// +build dnsoverride
|
||||
|
||||
package main
|
||||
|
||||
Reference in New Issue
Block a user