5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-21 19:26:52 +00:00

8 lines
101 B
Go
Raw Normal View History

2016-04-10 23:39:38 +02:00
// +build !go1.2
package gcfg
type textUnmarshaler interface {
UnmarshalText(text []byte) error
}