git-lfs/cmd/git-media.go

10 lines
98 B
Go
Raw Normal View History

2013-09-23 00:34:53 +00:00
package main
import (
"github.com/github/git-media/commands"
2013-09-23 00:34:53 +00:00
)
func main() {
commands.Run()
2013-09-23 00:34:53 +00:00
}