1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

improved UI

This commit is contained in:
Jesse Duffield
2018-05-19 17:04:33 +10:00
parent 023a39a903
commit 4b511863f9
6 changed files with 281 additions and 130 deletions

View File

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