]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/linkobj.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / linkobj.go
index fcf3f88919d710dcb37d6b9dd40021737a759a96..85570269eb5c5ee7e075e04838c5e309530be0e1 100644 (file)
@@ -1,6 +1,7 @@
-// +build !nacl,!js,gc,!wasip1
 // run
 
+//go:build !nacl && !js && gc && !wasip1
+
 // Copyright 2016 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.