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

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

View as plain text