1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/tools.go
2021-10-26 12:44:34 +07:00

9 lines
122 B
Go

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