Imports of package encoding

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/open-policy-agent/opa/internal/leb128Package leb128 implements LEB128 integer encoding.
github.com/open-policy-agent/opa/internal/wasm/constantPackage constant contains WASM constant definitions.
github.com/open-policy-agent/opa/internal/wasm/instructionPackage instruction defines WASM instruction types.
github.com/open-policy-agent/opa/internal/wasm/module
github.com/open-policy-agent/opa/internal/wasm/opcodePackage opcode contains constants and utilities for working with WASM opcodes.
github.com/open-policy-agent/opa/internal/wasm/typesPackage types defines the WASM value type constants.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.