fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/davecgh/go-spew/spew | Package spew implements a deep pretty printer for Go data structures to aid in debugging. |
github.com/pmezard/go-difflib/difflib | Package difflib is a partial port of Python difflib module. |
github.com/stretchr/objx | Package objx provides utilities for dealing with maps, slices, JSON and other data. |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |