all: add go:build lines (#23468)

Generated by go1.17 fmt ./...
This commit is contained in:
Felix Lange
2021-08-25 18:46:29 +02:00
committed by GitHub
parent 887902ea4d
commit 8a134014b4
59 changed files with 66 additions and 10 deletions

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file.
// +build !gofuzz
// +build cgo
//go:build !gofuzz && cgo
// +build !gofuzz,cgo
package secp256k1