{"id":17116456,"url":"https://github.com/dakimura/gosample","last_synced_at":"2025-07-07T07:35:18.375Z","repository":{"id":137757606,"uuid":"137819696","full_name":"dakimura/gosample","owner":"dakimura","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-20T00:26:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T00:53:12.285Z","etag":null,"topics":[],"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/dakimura.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-06-19T00:10:31.000Z","updated_at":"2018-09-20T00:26:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"abb021c7-c58a-4676-99fa-039c0dd21ee6","html_url":"https://github.com/dakimura/gosample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dakimura/gosample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fgosample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fgosample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fgosample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fgosample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dakimura","download_url":"https://codeload.github.com/dakimura/gosample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fgosample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264034974,"owners_count":23547316,"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-10-14T17:48:54.330Z","updated_at":"2025-07-07T07:35:18.356Z","avatar_url":"https://github.com/dakimura.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gosample\nthis repository is dakimura's example project to learn golang using ...\n\n### env\nVisual Studio Code 1.19.1\nWindows 10\n\n## debug\n\"delve\" seems to be a defacto-standard debugger...\n\n## continuous integration\nsetupped basic CI setting using Circle CI\n\nhttps://simple-it-life.com/2016/03/07/circleci-beginner/\n\n### installation\nTo install, `go get -u github.com/derekparker/delve/cmd/dlv` failed due to the following error:\n```\n\u003e go get -u github.com/derekparker/delve/cmd/dlv\n# cd ***\\projects\\go\\src\\github.com\\derekparker\\delve; git pull --ff-only\nfatal: Not a git repository (or any of the parent directories): .git\npackage github.com/derekparker/delve/cmd/dlv: exit status 128\n```\n\nFinally I ended up installing delve by the following commands at VSCode's terminal (PowerShell):\n```\n***\u003e git clone https://github.com/derekparker/delve.git\n***\u003e go get -v github.com/golang/dep\n```\n\n## dependency management\nit seems \"dep\" is an official dependency management tool for golang.\n\n### installation\n```\n***\u003e go get -u github.com/golang/dep/cmd/dep\n```\n\n\n### reference\n```\nhttps://github.com/derekparker/delve\nhttps://dev.classmethod.jp/go/dep/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakimura%2Fgosample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdakimura%2Fgosample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakimura%2Fgosample/lists"}