2020-06-03 06:17:30 +00:00
|
|
|
// +build tools
|
2020-04-28 07:16:16 +00:00
|
|
|
|
|
|
|
// tools is a faux package for tracking dependencies that don't make it into the code
|
|
|
|
package tools
|
2020-05-25 16:51:59 +00:00
|
|
|
|
2020-06-03 06:17:30 +00:00
|
|
|
import (
|
|
|
|
_ "git.rootprojects.org/root/go-gitver"
|
|
|
|
_ "github.com/shurcooL/vfsgen"
|
|
|
|
_ "github.com/shurcooL/vfsgen/cmd/vfsgendev"
|
|
|
|
)
|