import.go 90 B

1234567
  1. package parser
  2. import "github.com/emicklei/proto"
  3. type Import struct {
  4. *proto.Import
  5. }