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/valyala/bytebufferpool | Package bytebufferpool implements a pool of byte buffers with anti-fragmentation protection. |
io | Package io provides basic interfaces to I/O primitives. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |