diff options
| author | Tim Hockin <thockin@google.com> | 2015-05-14 17:38:08 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-05-19 11:21:21 -0700 |
| commit | bb07a8b81e212671a8c398723b7941149e46e952 (patch) | |
| tree | 6b5794e60ccaf6a34eba84259ecf0d0dfb7764ef /api_changes.md | |
| parent | 31b44ff68f996c4004bec2171c2a8448a942005b (diff) | |
Don't rename api imports in conversions
Diffstat (limited to 'api_changes.md')
| -rw-r--r-- | api_changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api_changes.md b/api_changes.md index 6e29c3f6..6eff094b 100644 --- a/api_changes.md +++ b/api_changes.md @@ -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 |
