mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
9 lines
122 B
Go
9 lines
122 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/chekoopa/go-localize"
|
|
_ "github.com/valyala/quicktemplate/qtc"
|
|
)
|