]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue36705.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue36705.go
index b0485c633566c2887fbda1782c3cc08570b3976f..9aad8a7f813edbe1c4b8419ea0978cf6c010c0f3 100644 (file)
@@ -1,6 +1,7 @@
-// +build cgo,!windows
 // run fake-arg-to-force-use-of-go-run
 
+//go:build cgo && !windows
+
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.