mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
11 lines
78 B
Go
11 lines
78 B
Go
package main
|
|
|
|
import (
|
|
"./gitgot"
|
|
)
|
|
|
|
func main() {
|
|
testGettingFiles()
|
|
}
|
|
|
|
|