Files
newsgo/main.go
ungrentquest 2fd20db19b Adopt cobra & viper.
Define build sign and serve subcommands
2025-04-19 23:11:19 +00:00

8 lines
84 B
Go

package main
import "github.com/go-i2p/newsgo/cmd"
func main() {
cmd.Execute()
}