Files
2020-06-25 19:09:53 +02:00

8 lines
98 B
Go

package main
import "github.com/foomo/gograpple/cmd/actions"
func main() {
actions.Execute()
}