git-lfs/git-lfs.go
2015-05-25 12:30:14 -06:00

10 lines
96 B
Go

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