lazygit/main.go
2018-05-19 11:16:34 +10:00

11 lines
78 B
Go

package main
import (
"./gitgot"
)
func main() {
testGettingFiles()
}