/golib

Collection of mostly unrelated helper Go packages.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Collection of helper libraries for Go

Introduction

This repository stores a collection of mostly unrelated helper libraries. Functionality that the author (Joe Tsai) found common among his various projects are pulled out and placed here.

Installation

Run the command:

go get -u github.com/dsnet/golib

Packages

Package Description
bufpipe Package bufpipe implements a buffered pipe.
cron Package cron parses and runs cron schedules.
hashmerge Package hashmerge merges hash checksums.
jsonfmt Package jsonfmt implements a JSON formatter.
memfile Package memfile implements an in-memory emulation of os.File.
unitconv Package unitconv implements string conversion functionality for unit prefixes.