{"id":13713484,"url":"https://github.com/grokify/mogo","last_synced_at":"2026-05-03T23:01:39.824Z","repository":{"id":27223836,"uuid":"30695025","full_name":"grokify/mogo","owner":"grokify","description":"A collection of small DRY Go utilities to make life easier. DRY = Don't Repeat Yourself.","archived":false,"fork":false,"pushed_at":"2026-04-26T18:22:15.000Z","size":4062,"stargazers_count":68,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-26T20:26:56.374Z","etag":null,"topics":["go","golang","utilities","utility-library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grokify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.json","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-02-12T09:22:29.000Z","updated_at":"2026-04-26T18:22:19.000Z","dependencies_parsed_at":"2024-01-13T21:50:02.333Z","dependency_job_id":"63369d9f-3fdd-46d2-9f8d-2cc39c7c5f8a","html_url":"https://github.com/grokify/mogo","commit_stats":null,"previous_names":["grokify/gotilla","grokify/simplego"],"tags_count":330,"template":false,"template_full_name":null,"purl":"pkg:github/grokify/mogo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fmogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fmogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fmogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fmogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/mogo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fmogo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","utilities","utility-library"],"created_at":"2024-08-02T23:01:37.556Z","updated_at":"2026-05-03T23:01:39.818Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"MoGo\n====\n\n[![Go CI][go-ci-svg]][go-ci-url]\n[![Go Lint][go-lint-svg]][go-lint-url]\n[![Go SAST][go-sast-svg]][go-sast-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![Visualization][viz-svg]][viz-url]\n[![License][license-svg]][license-url]\n\n [go-ci-svg]: https://github.com/grokify/mogo/actions/workflows/go-ci.yaml/badge.svg?branch=main\n [go-ci-url]: https://github.com/grokify/mogo/actions/workflows/go-ci.yaml\n [go-lint-svg]: https://github.com/grokify/mogo/actions/workflows/go-lint.yaml/badge.svg?branch=main\n [go-lint-url]: https://github.com/grokify/mogo/actions/workflows/go-lint.yaml\n [go-sast-svg]: https://github.com/grokify/mogo/actions/workflows/go-sast-codeql.yaml/badge.svg?branch=main\n [go-sast-url]: https://github.com/grokify/mogo/actions/workflows/go-sast-codeql.yaml\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/mogo\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/mogo\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/mogo\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/mogo\n [viz-svg]: https://img.shields.io/badge/visualizaton-Go-blue.svg\n [viz-url]: https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=grokify%2Fmogo\n [loc-svg]: https://tokei.rs/b1/github/grokify/mogo\n [repo-url]: https://github.com/grokify/mogo\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/mogo/blob/master/LICENSE\n\n## Overview\n\nThe `mogo` (pronounced \"Mo Go\" for \"More Go\") package provides a collection of Go utilities for common tasks.\n\nGo is a small language which is useful from a development and maintenance\nperspective but it can result in common tasks being more verbose than other \nlanguages where there are more productivity methods. The `mogo` package's\ngoal is to provide wrappers for common tasks in the same spirit of `io/ioutil`\nto make programming Go a bit faster.\n\nIn terms of scope, `mogo` is designed to cover all common areas, with a move to fewer dependencies.\n\nSee the following modules for extended functionality (with more dependencies):\n\n* GoAuth - [github.com/grokify/goauth](https://github.com/grokify/goauth)\n* GoCharts - [github.com/grokify/gocharts](https://github.com/grokify/gocharts)\n* GoPhoneNumbers - [github.com/grokify/gophonenumbers](https://github.com/grokify/gophonenumbers)\n\n## Documentation\n\nDocumentation is provided using godoc and available on [GoDoc.org](https://godoc.org/github.com/grokify/mogo).\n\n## Installation\n\n```bash\n$ go get github.com/grokify/mogo/...\n```\n\n## SBOM\n\nThe SBOM is in the file [`SBOM.spdx.json`]. It is created using GitHub's built-in SBOM feature with the following additions:\n\n1. It is converted to indented JSON for easier reading.\n1. The `packages[0].downloadLocation` value as the commit hash added per [https://spdx.github.io/spdx-spec/v2.3/package-information/](downloadLocation).\n\n## Credits\n\nSee [`CREDITS`](CREDITS.md)\n\n## Contributing\n\nFeatures, Issues, and Pull Requests are always welcome.\n\nTo contribute:\n\n1. Fork it ( http://github.com/grokify/mogo/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nPlease report issues and feature requests on [Github](https://github.com/grokify/mogo).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fmogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fmogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fmogo/lists"}