{"id":27698189,"url":"https://github.com/mark24code/go-lib-test","last_synced_at":"2025-04-25T16:40:15.784Z","repository":{"id":277343405,"uuid":"932122542","full_name":"Mark24Code/go-lib-test","owner":"Mark24Code","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T12:13:42.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T13:26:08.235Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mark24Code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-13T12:02:32.000Z","updated_at":"2025-02-13T12:13:45.000Z","dependencies_parsed_at":"2025-02-13T13:36:20.745Z","dependency_job_id":null,"html_url":"https://github.com/Mark24Code/go-lib-test","commit_stats":null,"previous_names":["mark24code/go-lib-test"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark24Code%2Fgo-lib-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark24Code%2Fgo-lib-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark24Code%2Fgo-lib-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark24Code%2Fgo-lib-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mark24Code","download_url":"https://codeload.github.com/Mark24Code/go-lib-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250854482,"owners_count":21498242,"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":"2025-04-25T16:40:14.999Z","updated_at":"2025-04-25T16:40:15.775Z","avatar_url":"https://github.com/Mark24Code.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-lib-test\n\n## 笔记\n\ngo.mod 中名字需要和仓库地址一样\n\n`github.com/Mark24Code/go-lib-test`\n\n整个的逻辑就是围绕目录，或者网络 url 进行\n\n包的库不需要提供 main.go 只需要提供文件夹，具体代码。\n\n可以打 版本号  比如  v0.0.1 那么 下载使用 go get 也要使用这个 版本号\n\n引入使用\n\n`go get github.com/Mark24Code/go-lib-test@v0.0.1`\n\n在 代码中使用，引用到具体的文件夹即可（默认一个文件夹下所有文件都是一个 package）\n\n```go\nimport \"github.com/Mark24Code/go-lib-test/utils\"\nfunc main() {\n\tprintln(utils.Add(100,200))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark24code%2Fgo-lib-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmark24code%2Fgo-lib-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark24code%2Fgo-lib-test/lists"}