fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/parser | Package parser implements a parser for Go source files. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
google.golang.org/protobuf/compiler/protogen | Package protogen provides support for writing protoc plugins. |
google.golang.org/protobuf/encoding/protowire | Package protowire parses and formats the raw wire encoding. |
google.golang.org/protobuf/internal/editionssupport | Package editionssupport defines constants for editions that are supported. |
google.golang.org/protobuf/internal/encoding/tag | Package tag marshals and unmarshals the legacy struct tags as generated by historical versions of protoc-gen-go. |
google.golang.org/protobuf/internal/filedesc | Package filedesc provides functionality for constructing descriptors. |
google.golang.org/protobuf/internal/genid | Package genid contains constants for declarations in descriptor.proto and the well-known types. |
google.golang.org/protobuf/internal/version | Package version records versioning information about this module. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
google.golang.org/protobuf/reflect/protopath | Package protopath provides functionality for representing a sequence of protobuf reflection operations on a message. |
google.golang.org/protobuf/reflect/protorange | Package protorange provides functionality to traverse a message value. |
google.golang.org/protobuf/reflect/protoreflect | Package protoreflect provides interfaces to dynamically manipulate messages. |
google.golang.org/protobuf/runtime/protoimpl | Package protoimpl contains the default implementation for messages generated by protoc-gen-go. |
google.golang.org/protobuf/types/descriptorpb | |
google.golang.org/protobuf/types/gofeaturespb | |
google.golang.org/protobuf/types/pluginpb | |
math | Package math provides basic constants and mathematical functions. |
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. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |