()
| 80 | type GoImportPath string |
| 81 | |
| 82 | func (p GoImportPath) String() string { return strconv.Quote(string(p)) } |
| 83 | |
| 84 | // A GoPackageName is the name of a Go package. e.g., "protobuf". |
| 85 | type GoPackageName string |
no outgoing calls
no test coverage detected