github.com/gogo/protobuf@v1.3.2/test/typedeclimport/models.go (about)

     1  package typedeclimport
     2  
     3  import subpkg "github.com/gogo/protobuf/test/typedeclimport/subpkg"
     4  
     5  type SomeMessage struct {
     6  	Imported subpkg.AnotherMessage
     7  }