...

Text file src/cmd/go/testdata/mod/example.com_dotgo.go_v1.0.0.txt

Documentation: cmd/go/testdata/mod

     1This module's path ends with ".go".
     2Based on github.com/nats-io/nats.go.
     3Used in regression tests for golang.org/issue/32483.
     4
     5-- .mod --
     6module example.com/dotgo.go
     7
     8go 1.13
     9-- .info --
    10{"Version":"v1.0.0"}
    11-- go.mod --
    12module example.com/dotgo.go
    13
    14go 1.13
    15-- dotgo.go --
    16package dotgo

View as plain text