...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
cmd
/
go
/
internal
/
imports
/
testdata
/
test
/
child
/
child.go
Documentation:
cmd/go/internal/imports/testdata/test/child
1
package child
2
3
import "encoding/binary"
4
5
var V = binary.MaxVarintLen16
6
View as plain text