/
githubmirror
/
lazygit
Обзор
Документация
Войти
/
githubmirror
/
lazygit
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/gui/context/context_common.go
11 строк
190 B
Jesse Duffield
split context common from helper common
30 апр 2023, 06:19
30 апр 2023, 06:19
43251e7
Код
Авторство
О чём код?
package context import ( "github.com/jesseduffield/lazygit/pkg/common" "github.com/jesseduffield/lazygit/pkg/gui/types" ) type ContextCommon struct { *common.Common types.IGuiCommon }