bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
google.golang.org/appengine | Package appengine provides basic functionality for Google App Engine. |
google.golang.org/appengine/internal | Package internal provides support for package appengine. |
google.golang.org/appengine/internal/memcache | |
time | Package time provides functionality for measuring and displaying time. |