...

Source file src/github.com/ugorji/go/codec/goversion_vendor_eq_go15.go

Documentation: github.com/ugorji/go/codec

     1  // Copyright (c) 2012-2020 Ugorji Nwoke. All rights reserved.
     2  // Use of this source code is governed by a MIT license found in the LICENSE file.
     3  
     4  //go:build go1.5 && !go1.6
     5  // +build go1.5,!go1.6
     6  
     7  package codec
     8  
     9  import "os"
    10  
    11  var genCheckVendor = os.Getenv("GO15VENDOREXPERIMENT") == "1"
    12  

View as plain text