...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
cmd
/
doc
/
testdata
/
nested
/
ignore.go
Documentation:
cmd/doc/testdata/nested
1
//go:build ignore
2
// +build ignore
3
4
// Ignored package
5
package nested
6
View as plain text