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