mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
9 lines
104 B
Go
9 lines
104 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/mjl-/sherpadoc/cmd/sherpadoc"
|
||
|
)
|