mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
run gofmt to add the new go:build tags
This commit is contained in:
parent
ebcd98ed43
commit
59ea0daea1
14 changed files with 15 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
//go:build !race
|
||||
// +build !race
|
||||
|
||||
package israce
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build race
|
||||
// +build race
|
||||
|
||||
package israce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue