github.com/ugorji/go/codec@v1.2.13-0.20240307214044-07c54c229a5a/0_importpath.go (about) 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 4 package codec // import "github.com/ugorji/go/codec" 5 6 // This establishes that this package must be imported as github.com/ugorji/go/codec. 7 // It makes forking easier, and plays well with pre-module releases of go.