gen_15.go 273 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.5,!go1.6
  4. package codec
  5. import "os"
  6. func init() {
  7. genCheckVendor = os.Getenv("GO15VENDOREXPERIMENT") == "1"
  8. }