This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
Docker-official-images
mirror of
https://github.com/docker-library/official-images.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
0fd94f13b9
Branches
Tags
master
Docker-official...
/
bashbrew
/
go
/
vendor
/
github.com
/
src-d
/
gcfg
/
go1_0.go
go1_0.go
101 B
History
Raw
1
2
3
4
5
6
7
// +build !go1.2
package gcfg
type textUnmarshaler interface {
UnmarshalText(text []byte) error
}