File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be found in
33// the LICENSE file.
44
5- // +build !gofuzz cgo
5+ // +build !gofuzz
6+ // +build cgo
67
78package secp256k1
89
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be found in
33// the LICENSE file.
44
5- // +build !gofuzz cgo
5+ // +build !gofuzz
6+ // +build cgo
67
78package secp256k1
89
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be found in
33// the LICENSE file.
44
5- // +build !gofuzz cgo
5+ // +build !gofuzz
6+ // +build cgo
67
78// Package secp256k1 wraps the bitcoin secp256k1 C library.
89package secp256k1
You can’t perform that action at this time.
0 commit comments