1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 11:46:16 +00:00
mycorrhiza/tools.go

9 lines
122 B
Go
Raw Normal View History

// +build tools
package tools
import (
_ "github.com/chekoopa/go-localize"
_ "github.com/valyala/quicktemplate/qtc"
)