mirror of
https://github.com/therootcompany/telebit.git
synced 2025-02-13 08:28:13 +00:00
11 lines
248 B
Go
11 lines
248 B
Go
// +build tools
|
|
|
|
// tools is a faux package for tracking dependencies that don't make it into the code
|
|
package tools
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/go-gitver"
|
|
_ "github.com/shurcooL/vfsgen"
|
|
_ "github.com/shurcooL/vfsgen/cmd/vfsgendev"
|
|
)
|