{"id":23158780,"url":"https://github.com/mitchs-dev/library-go","last_synced_at":"2025-04-04T18:41:03.670Z","repository":{"id":255441156,"uuid":"851289159","full_name":"mitchs-dev/library-go","owner":"mitchs-dev","description":"Go library which I use to provide standardizations across my Go projects","archived":false,"fork":false,"pushed_at":"2025-03-07T00:19:36.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T01:24:16.336Z","etag":null,"topics":[],"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/mitchs-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-02T19:58:01.000Z","updated_at":"2025-03-07T00:19:25.000Z","dependencies_parsed_at":"2024-12-17T22:29:36.117Z","dependency_job_id":"7f28568a-4fca-4bdf-8299-81df0d801215","html_url":"https://github.com/mitchs-dev/library-go","commit_stats":null,"previous_names":["mitchs-dev/library-go"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Flibrary-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Flibrary-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Flibrary-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Flibrary-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchs-dev","download_url":"https://codeload.github.com/mitchs-dev/library-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234841,"owners_count":20905852,"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":[],"created_at":"2024-12-17T22:27:36.694Z","updated_at":"2025-04-04T18:41:03.652Z","avatar_url":"https://github.com/mitchs-dev.png","language":"Go","readme":"# Go Library\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/mitchs-dev/library-go.svg)](https://pkg.go.dev/github.com/mitchs-dev/library-go)\n\n## What is this?\n\nThis is a Go library which I use to provide standardizations across my Go projects. All packages included in this library are meant to be well documented so that they could be used for any Go project.\n\n## How to use this library?\n\nIt's very easy to use this library. You can simply import the package you want to use in your project. You will want to use the following path: `github.com/mitchs-dev/library-go/\u003cpackage-name\u003e`.\n\nFor example, if you want to use the `generator` package, you can simply import it in your project like this:\n\n```go\n\nimport (\n    \"github.com/mitchs-dev/library-go/generator\"\n    \"fmt\"\n\n)\n\nfunc main() {\n    fmt.Println(\"Here's a random string: \" + generator.RandomString(10))\n}\n```\n\n\u003e **Note:** Don't forget to get the package by running `go get -u github.com/mitchs-dev/library-go/generator` or `go mod tidy` if you're using Go modules.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchs-dev%2Flibrary-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchs-dev%2Flibrary-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchs-dev%2Flibrary-go/lists"}