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:
22c68d5eca
Branches
Tags
master
Docker-official...
/
bashbrew
/
go
/
vendor
/
github.com
/
src-d
/
gcfg
/
go1_2.go
go1_2.go
101 B
History
Raw
1
2
3
4
5
6
7
8
9
// +build go1.2
package gcfg
import (
"encoding"
)
type textUnmarshaler encoding.TextUnmarshaler