Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikitasstepanov/tools

Laconic library with tools for development
https://github.com/nikitasstepanov/tools

client databases development error golang http logging mail migrations postgres redis tools

Last synced: about 1 month ago
JSON representation

Laconic library with tools for development

Awesome Lists containing this project

README

        

Hi there 👋


It is library with dev tools for Go

### Description

It contains wrappers over postgres, redis and other clients. There are also convenient wrappers over slog, net/http, goose. In addition, tools contains our favorite package "e" ("error"), which allows you to handle errors more flexibly.

### Getting Started
To add tools to your Go modules run:

```shell
go get github.com/nikitaSstepanov/tools
```

### Features