# README
Common Go Packages
Table of Contents
Introduction
Package pkg
is a collection of useful Go packages.
Installation
Install using go get
go get github.com/axiomhq/pkg/...
Install from source
git clone https://github.com/axiomhq/pkg.git
cd pkg
make # Run linters, sanitizers and test suits
License
© Axiom, Inc., 2021
Distributed under MIT License (The MIT License
).
See LICENSE for more information.