ProZsolt / pkg

Commonly used Go packages for Axiom projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Common Go Packages

Go Reference Go Workflow Coverage Status Go Report Latest Release License


Table of Contents

  1. Introduction
  2. Installation
  3. License

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.

About

Commonly used Go packages for Axiom projects.

License:MIT License


Languages

Language:Go 88.9%Language:Makefile 11.1%