encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
github.com/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
log | Package log implements a simple logging package. |
net/http | Package http provides HTTP client and server implementations. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |