mirror of
https://github.com/foomo/gograpple.git
synced 2026-08-12 20:30:20 +00:00
8 lines
98 B
Go
8 lines
98 B
Go
package main
|
|
|
|
import "github.com/foomo/gograpple/cmd/actions"
|
|
|
|
func main() {
|
|
actions.Execute()
|
|
}
|