shadow/main_dev.go
2024-04-24 11:03:28 -04:00

12 lines
133 B
Go

//go:build devBuild
// +build devBuild
package main
import (
"git.shadowhosting.xyz/shadow/cmd"
)
func main() {
cmd.Execute()
}