mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
8 lines
67 B
Go
8 lines
67 B
Go
//go:build !v5
|
|
|
|
package packet
|
|
|
|
func init() {
|
|
V5Disabled = true
|
|
}
|