mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
initial commit
This commit is contained in:
parent
bcd5e65878
commit
023a39a903
3 changed files with 159 additions and 0 deletions
11
main.go
Normal file
11
main.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"./gitgot"
|
||||
)
|
||||
|
||||
func main() {
|
||||
testGettingFiles()
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue