File: go1_2.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 (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