Remove gob

This commit is contained in:
Wojciech Tyczynski
2015-05-15 13:44:27 +02:00
parent a91a7bfe77
commit e1d9694558
3 changed files with 6 additions and 67 deletions

View File

@@ -28,7 +28,4 @@ limitations under the License.
// reading. Currently, conversion writes JSON output, and interprets both JSON
// and YAML input.
//
// In the future, we plan to more explicitly separate the above two mechanisms, and
// add more serialization options, such as gob.
//
package conversion