0_importpath.go 361 B

1234567
  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. package codec // import "github.com/ugorji/go/codec"
  4. // This establishes that this package must be imported as github.com/ugorji/go/codec.
  5. // It makes forking easier, and plays well with pre-module releases of go.