Files
QSfera/tools.go
T

12 lines
202 B
Go

// +build tools
package main
import (
_ "github.com/UnnoTed/fileb0x"
_ "github.com/cespare/reflex"
_ "github.com/kballard/go-shellquote"
_ "github.com/ogier/pflag"
_ "github.com/restic/calens"
)