http urls monitor.

goversion_vendor_eq_go15.go 260B

1234567891011
  1. // Copyright (c) 2012-2018 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. var genCheckVendor = os.Getenv("GO15VENDOREXPERIMENT") == "1"