gen_16.go 266 B

123456789101112
  1. // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
  2. // Use of this source code is governed by a MIT license found in the LICENSE file.
  3. // +build go1.6
  4. package codec
  5. import "os"
  6. func init() {
  7. genCheckVendor = os.Getenv("GO15VENDOREXPERIMENT") != "0"
  8. }