mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
7 lines
281 B
Go
7 lines
281 B
Go
|
// Package integration contains integration tests.
|
||
|
// See README.md for more info.
|
||
|
// This file exists with the sole purpose to get rid of
|
||
|
// "go build github.com/nspcc-dev/neo-go/integration: no non-test Go files in *"
|
||
|
// when running `go test -coverpkg=all`.
|
||
|
package integration
|