{"id":24423881,"url":"https://github.com/daisuzu/gsc","last_synced_at":"2025-04-12T07:51:08.785Z","repository":{"id":142650107,"uuid":"127513311","full_name":"daisuzu/gsc","owner":"daisuzu","description":"Go Source Checker","archived":false,"fork":false,"pushed_at":"2019-06-29T12:52:03.000Z","size":23,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T03:04:26.140Z","etag":null,"topics":["go","linter"],"latest_commit_sha":null,"homepage":null,"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/daisuzu.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":"2018-03-31T08:19:37.000Z","updated_at":"2021-03-02T02:51:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"562d8ed3-53dd-4f5a-a959-0ef478b7fdf2","html_url":"https://github.com/daisuzu/gsc","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/daisuzu%2Fgsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuzu%2Fgsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuzu%2Fgsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuzu%2Fgsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daisuzu","download_url":"https://codeload.github.com/daisuzu/gsc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120688,"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","linter"],"created_at":"2025-01-20T10:48:05.658Z","updated_at":"2025-04-12T07:51:08.764Z","avatar_url":"https://github.com/daisuzu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Source Checker\n\n[![Build Status](https://travis-ci.org/daisuzu/gsc.svg?branch=master)](https://travis-ci.org/daisuzu/gsc)\n[![Go Report Card](https://goreportcard.com/badge/github.com/daisuzu/gsc)](https://goreportcard.com/report/github.com/daisuzu/gsc)\n\n_gsc_ checkes bits and pieces of problems in Go source code.\n\n## Checks\n\n| Check | Description |\n| ----- | ----------- |\n| [ctxscope](ctxscope/testdata/src/a/a.go) | Not to use [context.Context](https://golang.org/pkg/context/#Context) outside the scope. |\n| [rangeptr](rangeptr/testdata/src/a/a.go) | Not to use pointer to the loop iteration variable. |\n\n## Installation\n\n```sh\ngo get -u github.com/daisuzu/gsc\n```\n\n## Usage\n\n```sh\nUsage: gsc [-flag] [package]\n\nRun 'gsc help' for more detail,\n or 'gsc help name' for details and flags of a specific analyzer.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisuzu%2Fgsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaisuzu%2Fgsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisuzu%2Fgsc/lists"}