1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-21 00:30:00 +02:00

update comments

This commit is contained in:
Jesse Duffield
2022-08-11 21:17:01 +10:00
parent a45b22e12f
commit ae798157d2
9 changed files with 25 additions and 151 deletions

View File

@ -18,9 +18,9 @@ import (
"github.com/jesseduffield/lazygit/pkg/secureexec"
)
// This package is for running our integration test suite. See docs/Integration_Tests.md for more info.
// Deprecated: This file is part of the old way of doing things. See pkg/integration/integration.go for the new way
// Deprecated: This file is part of the old way of doing things. See integration.go for the new way
// This package is for running our integration test suite. See https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.mdfor more info.
type Test struct {
Name string `json:"name"`