diff --git a/doc.go b/doc.go new file mode 100644 index 00000000..d84e26b5 --- /dev/null +++ b/doc.go @@ -0,0 +1,11 @@ +// Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + +/* +Package go is an empty holder package for go-codec. + +This doc.go is here just to support tools that have problems with empty packages. + +DO NOT USE THIS PACKAGE DIRECTLY. +*/ +package go