...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
golang.org
/
x
/
exp
/
cmd
/
gorelease
/
testdata
/
mod
/
example.com_tidy_b_v0.1.0.txt
Documentation:
golang.org/x/exp/cmd/gorelease/testdata/mod
1
-- go.mod --
2
module example.com/tidy/b
3
4
go 1.12
5
-- p.go --
6
package b
View as plain text