5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-17 01:59:15 +00:00
2016-04-10 23:39:38 +02:00

8 lines
101 B
Go

// +build !go1.2
package gcfg
type textUnmarshaler interface {
UnmarshalText(text []byte) error
}