golib

module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2023 License: MIT

README

golib

Version GoDoc

This is a Go module of some of the packages that I use in almost every one of my Go projects, so instead of copying them over from project to project, I decided to just put them up here so that I can reference them directly. That way, any changes I need to make, I can just make it in one place.

Packages

The included packages are:

  • errutils - A package to provide some utilities when dealing with errors.
  • logger - A standard logger that uses zerolog under the hood, but provides an interface that is a bit more ergonomic.
  • signals - A standard way to capture shutdown signals, so that you can gracefully shut your application down.
  • Echo v4 packages (v3 is also supported by removing v4 from the path)

Release

To release a new version, run the following (replacing v1.0.0 with the appropriate new version number):

make release tag=v1.0.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL