package main import ( "github.com/hawser/git-hawser/commands" ) func main() { commands.Run() }