mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-19 23:05:04 +01:00
7 lines
101 B
Go
7 lines
101 B
Go
// +build !go1.2
|
|
|
|
package gcfg
|
|
|
|
type textUnmarshaler interface {
|
|
UnmarshalText(text []byte) error
|
|
}
|