bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/jcmturner/gokrb5/v8/crypto | Package crypto implements cryptographic functions for Kerberos 5 implementation. |
github.com/jcmturner/gokrb5/v8/types | Package types provides Kerberos 5 data types. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |