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 usually use in Go applications
https://github.com/sild/gosk

Last synced: about 1 month ago
JSON representation

Go Swiss knife - a set of tools that I usually use in Go applications

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