bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/go/internal/base | Package base defines shared basic pieces of the go command, in particular logging and the Command structure. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
internal/execabs | |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |