8 lines
122 B
Go
8 lines
122 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/josephspurrier/goversioninfo"
|
|
_ "github.com/randall77/makefat"
|
|
)
|