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