()
| 60 | type GoImportPath string |
| 61 | |
| 62 | func (p GoImportPath) String() string { return strconv.Quote(string(p)) } |
| 63 | |
| 64 | // A GoPackageName is the name of a Go package. e.g., "protobuf". |
| 65 | type GoPackageName string |
no outgoing calls
no test coverage detected