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

update tests

This commit is contained in:
Jesse Duffield
2022-01-03 15:15:26 +11:00
parent 3911575041
commit 95b2e9540a
15 changed files with 92 additions and 124 deletions

View File

@ -7,7 +7,7 @@ import (
"runtime"
)
func getPlatform() *Platform {
func GetPlatform() *Platform {
return &Platform{
OS: runtime.GOOS,
Shell: "bash",