bytes | Package bytes implements functions for the manipulation of byte slices. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |