zenity/internal/zenutil/tools.go

9 lines
123 B
Go
Raw Permalink Normal View History

2022-03-24 10:37:37 -04:00
//go:build tools
2021-04-05 18:19:02 -04:00
package tools
import (
_ "github.com/josephspurrier/goversioninfo"
2021-06-07 09:06:00 -04:00
_ "github.com/randall77/makefat"
2021-04-05 18:19:02 -04:00
)