run gofmt to add the new go:build tags

This commit is contained in:
Marten Seemann 2021-09-14 18:37:41 +02:00
parent ebcd98ed43
commit 59ea0daea1
14 changed files with 15 additions and 2 deletions

View file

@ -1,3 +1,4 @@
//go:build !race
// +build !race
package israce

View file

@ -1,3 +1,4 @@
//go:build race
// +build race
package israce