Imports of package binary
| Path | Synopsis |
|---|---|
| errors | Package errors implements functions to manipulate errors. |
| io | Package io provides basic interfaces to I/O primitives. |
| 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. |
| slices | Package slices defines various functions useful with slices of any type. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |