...

Source file src/github.com/gogo/protobuf/test/typedeclimport/models.go

Documentation: github.com/gogo/protobuf/test/typedeclimport

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

View as plain text