dnscrypt-proxy/vendor/github.com/mattn/goveralls/gocover_lt1.8.go

8 lines
97 B
Go
Raw Normal View History

2021-07-03 10:56:53 +02:00
// +build !go1.8
package main
func findRootPackage(rootDirectory string) string {
return ""
}