git-lfs/git-lfs.go
2015-07-28 15:32:23 -06:00

12 lines
149 B
Go

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