1
0
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-01-15 18:06:27 +03:00
mox/tools.go

9 lines
104 B
Go
Raw Normal View History

2023-01-30 16:27:06 +03:00
//go:build tools
// +build tools
package main
import (
_ "github.com/mjl-/sherpadoc/cmd/sherpadoc"
)