File: go1_0.go

package info (click to toggle)
golang-gopkg-gcfg.v1 0.0~git20150907.0.0ef1a85-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 244
  • sloc: makefile: 7
file content (7 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
// +build !go1.2

package gcfg

type textUnmarshaler interface {
	UnmarshalText(text []byte) error
}