git-lfs/cmd/git-media.go

10 lines
98 B
Go

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