Merge pull request #8299 from thockin/import-names

rename imported pkgs for readability
This commit is contained in:
Tim Hockin
2015-05-19 12:01:57 -07:00
20 changed files with 2168 additions and 2171 deletions

View File

@@ -255,7 +255,7 @@ regenerate auto-generated ones. To regenerate them:
```
- replace all conversion functions (convert\* functions) in the
`pkg/api/<version>/conversion_generated.go` with the contents of \<file1.txt\>
- replace arguments of `newer.Scheme.AddGeneratedConversionFuncs` in the
- replace arguments of `api.Scheme.AddGeneratedConversionFuncs` in the
`pkg/api/<version>/conversion_generated.go` with the contents of \<file2.txt\>
Unsurprisingly, adding manually written conversion also requires you to add tests to