Sign in
◑
Theme
go
/
exp
/
master
/
.
/
cmd
/
gorelease
/
testdata
/
mod
/
example.com_transitivedep_v1.0.0.txt
blob: 288a6155dd38a5bcfee0a581c48217a35bac82b3 [
file
]
-- go.mod --
module example.com/transitivedep
go 1.25.0
require example.com/transitive v1.0.0
-- mod.go --
package transitivedep
import "example.com/transitive/p"
func Helper() string { return p.Help }