mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
649a6b91cb
Still, there are a lot of bugs in the shroom module to be fixed later.
10 lines
139 B
Go
10 lines
139 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/chekoopa/go-localize"
|
|
_ "github.com/valyala/quicktemplate/qtc"
|
|
)
|