mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-24 06:18:46 +00:00
7 lines
164 B
Go
7 lines
164 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"
|