gen_17.go 217 B

12345678910
  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.7
  4. package codec
  5. func init() {
  6. genCheckVendor = true
  7. }