mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
// +build !go1.2
|
|
|
|
package gcfg
|
|
|
|
type textUnmarshaler interface {
|
|
UnmarshalText(text []byte) error
|
|
}
|