bytes | Package bytes implements functions for the manipulation of byte slices. |
github.com/gorilla/websocket | Package websocket implements the WebSocket protocol defined in RFC 6455. |
net/http | Package http provides HTTP client and server implementations. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |