...

Source file src/github.com/ugorji/go/codec/0_importpath.go

Documentation: github.com/ugorji/go/codec

     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.
     8  

View as plain text