git-lfs/git-lfs.go

13 lines
150 B
Go

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