Imports of package pac

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jcmturner/gokrb5/v8/cryptoPackage crypto implements cryptographic functions for Kerberos 5 implementation.
github.com/jcmturner/gokrb5/v8/iana/chksumtypePackage chksumtype provides Kerberos 5 checksum type assigned numbers.
github.com/jcmturner/gokrb5/v8/iana/keyusagePackage keyusage provides Kerberos 5 key usage assigned numbers.
github.com/jcmturner/gokrb5/v8/typesPackage types provides Kerberos 5 data types.
github.com/jcmturner/rpc/v2/mstypesPackage mstypes provides implemnations of some Microsoft data types [MS-DTYP] https://msdn.microsoft.com/en-us/library/cc230283.aspx
github.com/jcmturner/rpc/v2/ndrPackage ndr provides the ability to unmarshal NDR encoded byte steams into Go data structures
logPackage log implements a simple logging package.