{"id":22361717,"url":"https://github.com/foresthoffman/common","last_synced_at":"2025-03-26T14:44:13.037Z","repository":{"id":57597235,"uuid":"377379601","full_name":"foresthoffman/common","owner":"foresthoffman","description":"A Go package full of helpful DRY logic common to most Go services. ⚙️🔨","archived":false,"fork":false,"pushed_at":"2021-06-16T22:24:06.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T16:12:47.223Z","etag":null,"topics":["go","golang"],"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/foresthoffman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-16T05:20:26.000Z","updated_at":"2023-04-06T18:22:27.000Z","dependencies_parsed_at":"2022-08-25T01:41:44.707Z","dependency_job_id":null,"html_url":"https://github.com/foresthoffman/common","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foresthoffman%2Fcommon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foresthoffman%2Fcommon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foresthoffman%2Fcommon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foresthoffman%2Fcommon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foresthoffman","download_url":"https://codeload.github.com/foresthoffman/common/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245674709,"owners_count":20654207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"],"created_at":"2024-12-04T16:32:31.741Z","updated_at":"2025-03-26T14:44:13.016Z","avatar_url":"https://github.com/foresthoffman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚙️ Common ⚙️\n\n![Current project build status on Ubuntu 18.04](https://github.com/foresthoffman/common/actions/workflows/go-ubuntu-18.04.yml/badge.svg)\n![Current project build status on Windows Server 2019](https://github.com/foresthoffman/common/actions/workflows/go-windows-2019.yml/badge.svg)\n![Current project build status on Ubuntu Server Latest](https://github.com/foresthoffman/common/actions/workflows/go-windows-latest.yml/badge.svg)\n![Current project build status on MacOS 10.15](https://github.com/foresthoffman/common/actions/workflows/go-macos-10.15.yml/badge.svg)\n![Current project build status on MacOS Latest](https://github.com/foresthoffman/common/actions/workflows/go-macos-latest.yml/badge.svg)\n\n`common` provides helpful DRY logic common to most Go services.\n\n### Installation\n\nRun `go get -u github.com/foresthoffman/common`\n\nIf you're using `go mod`, run `go mod vendor` afterwards.\n\n### Importing\n\nImport this package by including `github.com/foresthoffman/common` in your import block.\n\ne.g.\n\n```go\npackage main\n\nimport(\n    ...\n    \"github.com/foresthoffman/common\"\n)\n```\n\n### Testing\n\nRun `go test -v -count=1 ./...` in the project root directory. Use the `-count=1` to force the tests to run un-cached.\n\n_That's all, enjoy!_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforesthoffman%2Fcommon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforesthoffman%2Fcommon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforesthoffman%2Fcommon/lists"}