Codebase list golang-github-dnaeon-go-vcr / upstream/1.1.0 tools.go
upstream/1.1.0

Tree @upstream/1.1.0 (Download .tar.gz)

tools.go @upstream/1.1.0raw · history · blame

1
2
3
4
5
6
7
// +build tools

package tools

import (
	_ "github.com/modocache/gover"
)