reaction/reaction.go
ppom 799ba88823 New unified CLI design
fixes #25
thanks @bertille-ddp for comments && suggestions!
2023-09-03 12:13:18 +02:00

10 lines
88 B
Go

package main
import (
"framagit.org/ppom/reaction/app"
)
func main() {
app.Main()
}