File: go1_2.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 (9 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
// +build go1.2

package gcfg

import (
	"encoding"
)

type textUnmarshaler encoding.TextUnmarshaler