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

https://github.com/grokify/sogo

Wrapper code for generically useful Go modules.
https://github.com/grokify/sogo

Last synced: about 1 month ago
JSON representation

Wrapper code for generically useful Go modules.

Awesome Lists containing this project

README

          

# SoGo

[![Build Status][build-status-svg]][build-status-url]
[![Lint Status][lint-status-svg]][lint-status-url]
[![Go Report Card][goreport-svg]][goreport-url]
[![Docs][docs-godoc-svg]][docs-godoc-url]
[![License][license-svg]][license-url]

## Description

SoGo is a collection of Go wrappers to make using various Go libaries easier. Much of the original code for this library was originally in the [`github.com/grokify/mogo`](https://github.com/grokify/mogo) package, however, the code was extracted in the interest of reducing the dependencies associated with that module. This module uses additional dependencies, with the goal of limiting dependencies to specific packages.

[build-status-svg]: https://github.com/grokify/sogo/actions/workflows/ci.yaml/badge.svg?branch=master
[build-status-url]: https://github.com/grokify/sogo/actions/workflows/ci.yaml
[lint-status-svg]: https://github.com/grokify/sogo/workflows/lint/badge.svg
[lint-status-url]: https://github.com/grokify/sogo/actions/workflows/lint.yaml
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/sogo
[goreport-url]: https://goreportcard.com/report/github.com/grokify/sogo
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/sogo
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/sogo
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/grokify/sogo/blob/master/LICENSE