Use json-iterator for JSON, kill off codecgen

This commit is contained in:
Tim Hockin
2017-08-29 17:32:35 -07:00
parent 58aa139f99
commit 5728b1970a
10 changed files with 53 additions and 271 deletions

View File

@@ -383,7 +383,7 @@ kube::golang::setup_env() {
# Unset GOBIN in case it already exists in the current session.
unset GOBIN
# This seems to matter to some tools (godep, ugorji, ginkgo...)
# This seems to matter to some tools (godep, ginkgo...)
export GO15VENDOREXPERIMENT=1
}