File: go1_0.go

package info (click to toggle)
golang-github-src-d-gcfg 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: makefile: 2
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
}