bytes | Package bytes implements functions for the manipulation of byte slices. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go/format | Package format implements standard formatting of Go source. |
google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo | Package internal_gengo is internal to the protobuf module. |
google.golang.org/protobuf/compiler/protogen | Package protogen provides support for writing protoc plugins. |
google.golang.org/protobuf/internal/detrand | Package detrand provides deterministically random functionality. |
google.golang.org/protobuf/internal/editionssupport | Package editionssupport defines constants for editions that are supported. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |