1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

initial commit

This commit is contained in:
Jesse Duffield
2018-05-19 11:16:34 +10:00
parent bcd5e65878
commit 023a39a903
3 changed files with 159 additions and 0 deletions

11
main.go Normal file
View File

@ -0,0 +1,11 @@
package main
import (
"./gitgot"
)
func main() {
testGettingFiles()
}