Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sild/gosk
Go Swiss knife - a set of tools that I used to use in Go applications
https://github.com/sild/gosk
Last synced: 17 days ago
JSON representation
Go Swiss knife - a set of tools that I used to use in Go applications
- Host: GitHub
- URL: https://github.com/sild/gosk
- Owner: Sild
- License: mit
- Created: 2024-01-06T00:32:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T21:25:45.000Z (about 1 year ago)
- Last Synced: 2024-11-12T02:32:24.174Z (3 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosk
[![Go Reference](https://pkg.go.dev/badge/github.com/sild/gosk.svg)](https://pkg.go.dev/github.com/sild/gosk)
[![Go Report Card](https://goreportcard.com/badge/github.com/sild/gosk)](https://goreportcard.com/report/github.com/sild/gosk)Go Swiss knife - a set of tools that I used to use in Go applications
### log
Small zerolog-wrapper
Allows write logs without extra code
### serial
Serialization helpers
* json - wrapper over encoding/json