Avatar Ilya Mateyko

go.astrophena.name/base Module

GitHub repository | Commit (4b76a30)

Base Go packages for my projects.

Directories

cli Package cli provides utilities for building simple command-line applications that have no subcommands.
logger Package logger provides a basic logger type.
request Package request provides utilities for making HTTP requests.
syncx Package syncx contains useful synchronization primitives.
testutil Package testutil contains common testing helpers.
txtar Package txtar implements a trivial text-based file archive format.
version Package version provides the version and build information.