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.
- Host: GitHub
- URL: https://github.com/grokify/sogo
- Owner: grokify
- License: mit
- Created: 2018-05-20T18:38:01.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-05-30T16:36:18.000Z (about 2 months ago)
- Last Synced: 2026-05-30T18:14:27.302Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.json
- License: LICENSE
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