mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
vendor: replace go-git package
This commit is contained in:
committed by
Jesse Duffield
parent
320e2a6536
commit
6a5d8ba859
9
vendor/github.com/go-git/gcfg/go1_2.go
generated
vendored
Normal file
9
vendor/github.com/go-git/gcfg/go1_2.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
// +build go1.2
|
||||
|
||||
package gcfg
|
||||
|
||||
import (
|
||||
"encoding"
|
||||
)
|
||||
|
||||
type textUnmarshaler encoding.TextUnmarshaler
|
Reference in New Issue
Block a user