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