Sign in
go
/
gofrontend
/
33f65dce43bd01c1fa38cd90a78c9aea6ca6dd59
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
mod
/
example.com_undeprecated_v1.0.1.txt
blob: ecabf322ec486fa99f1455f04241d559a5bfb6a4 [
file
] [
log
] [
blame
]
-- .info --
{"Version":"v1.0.1"}
-- .mod --
// no longer deprecated
module example.com/undeprecated
go 1.17
-- go.mod --
// no longer deprecated
module example.com/undeprecated
go 1.17
-- undeprecated.go --
package undeprecated