go1_0.go 101 B

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