Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikitasstepanov/tools
- Owner: nikitaSstepanov
- License: mit
- Created: 2024-09-23T13:06:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T19:46:20.000Z (about 2 months ago)
- Last Synced: 2024-11-26T20:31:12.585Z (about 2 months ago)
- Topics: client, databases, development, error, golang, http, logging, mail, migrations, postgres, redis, tools
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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