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