Because friends don't let friends localhost.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
283 B

//go:build tools
// Package tools is a faux package for tracking dependencies that don't make it into the code
package tools
import (
// these are binaries
_ "git.rootprojects.org/root/go-gitver/v2"
_ "github.com/shurcooL/vfsgen"
_ "github.com/shurcooL/vfsgen/cmd/vfsgendev"
)