git-lfs/cmd/git-hawser.go
2015-01-30 14:08:47 -05:00

10 lines
99 B
Go

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