fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
google.golang.org/protobuf/reflect/protoreflect | Package protoreflect provides interfaces to dynamically manipulate messages. |
google.golang.org/protobuf/reflect/protoregistry | Package protoregistry provides data structures to register and lookup protobuf descriptor types. |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |