mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
9 lines
114 B
Go
9 lines
114 B
Go
// +build tools
|
|
|
|
package coverage
|
|
|
|
import (
|
|
_ "github.com/Kubuxu/gocovmerge"
|
|
_ "golang.org/x/tools/cmd/cover"
|
|
)
|