git-lfs/git-lfs.go

12 lines
149 B
Go
Raw Normal View History

2013-09-23 00:34:53 +00:00
package main
import (
2015-03-19 19:30:55 +00:00
"github.com/github/git-lfs/commands"
"github.com/github/git-lfs/lfs"
2013-09-23 00:34:53 +00:00
)
func main() {
commands.Run()
lfs.LogHttpStats()
2013-09-23 00:34:53 +00:00
}