git-lfs/cmd/git-hawser.go

10 lines
99 B
Go
Raw Normal View History

2013-09-23 00:34:53 +00:00
package main
import (
2015-01-30 19:08:47 +00:00
"github.com/hawser/git-hawser/commands"
2013-09-23 00:34:53 +00:00
)
func main() {
commands.Run()
2013-09-23 00:34:53 +00:00
}