{"id":18558020,"url":"https://github.com/zh/mymod","last_synced_at":"2025-08-02T01:11:16.323Z","repository":{"id":66384498,"uuid":"212262563","full_name":"zh/mymod","owner":"zh","description":"Playing with Go modules","archived":false,"fork":false,"pushed_at":"2019-10-02T06:12:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T14:47:32.990Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zh.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":"2019-10-02T05:31:17.000Z","updated_at":"2019-10-02T06:13:02.000Z","dependencies_parsed_at":"2023-02-24T22:46:01.010Z","dependency_job_id":null,"html_url":"https://github.com/zh/mymod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zh/mymod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fmymod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fmymod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fmymod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fmymod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zh","download_url":"https://codeload.github.com/zh/mymod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fmymod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268322418,"owners_count":24231819,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-06T21:38:41.269Z","updated_at":"2025-08-02T01:11:16.293Z","avatar_url":"https://github.com/zh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mymod - sample Go modules package\n\nFor more details see https://eli.thegreenplace.net/2019/simple-go-project-layout-with-modules/\n\nTo use the packages in this module, add an import in Go code and call it:\n\n```\nimport \"github.com/zh/mymod\"\nimport \"github.com/zh/mymod/clientlib\"\n\n// ... later\ns := mymod.Config()\nh := clientlib.Hello()\n```\n\nTo use the `mymod-server` binary, do:\n\n```\n$ go get github.com/zh/mymod/cmd/mymod-server\n$ mymod-server\n```\n\nAll packages in this module are importable by other modules, except for packages\nlocated in the `internal` directory. These can only be used from within the\nmodule itself, but cannot be imported from the outside.\n\nTo run all tests in this module:\n\n```\ngo test ./...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Fmymod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzh%2Fmymod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Fmymod/lists"}