mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
12 lines
78 B
Go
12 lines
78 B
Go
package main
|
|
|
|
import (
|
|
"./gitgot"
|
|
)
|
|
|
|
func main() {
|
|
testGettingFiles()
|
|
}
|
|
|
|
|