{"id":42554692,"url":"https://github.com/klingtnet/go-project-template","last_synced_at":"2026-01-28T19:37:24.702Z","repository":{"id":57534083,"uuid":"96104459","full_name":"klingtnet/go-project-template","owner":"klingtnet","description":"A template for new Go projects.","archived":false,"fork":false,"pushed_at":"2019-11-28T08:09:04.000Z","size":24,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T17:41:12.017Z","etag":null,"topics":["example","go","golang","template","vendor","vgo"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/klingtnet.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}},"created_at":"2017-07-03T11:37:51.000Z","updated_at":"2023-12-18T08:51:11.000Z","dependencies_parsed_at":"2022-09-26T18:21:26.814Z","dependency_job_id":null,"html_url":"https://github.com/klingtnet/go-project-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/klingtnet/go-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klingtnet%2Fgo-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klingtnet%2Fgo-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klingtnet%2Fgo-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klingtnet%2Fgo-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klingtnet","download_url":"https://codeload.github.com/klingtnet/go-project-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klingtnet%2Fgo-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["example","go","golang","template","vendor","vgo"],"created_at":"2026-01-28T19:37:23.744Z","updated_at":"2026-01-28T19:37:24.691Z","avatar_url":"https://github.com/klingtnet.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Project Template\n\n[![Github Action Status](https://github.com/klingtnet/go-project-template/workflows/Go/badge.svg)](https://github.com/klingtnet/go-project-template/actions)\n\nThis project acts as a template for new Go projects I develop.\nMost of my projects follow a certain structure:\n\n- there is a `Makefile` with common targets so everyone can easily build and test the project\n\t- the applications version and build time is set at compile time through `ldflags`\n\t- there is a `check` target to lint the code and ensure that it is properly formatted\n\t- it uses vgo and the new module system\n\n## Run\n\n```bash\n$ git clone https://github.com/klingtnet/go-project-template.git\n$ cd go-project-template\n$ make\n$ ./example\nINFO[0000] Example@0.0.1-2-g9c29ba5 build time: 2017-07-03T12:31:38+00:00\n```\n\n## Use\n\nHow to use this as a start for a new project:\n\n```sh\n$ git clone --depth=1 https://github.com/klingtnet/go-project-template.git my-new-project\n```\n\nand adjust the module path in the `go.mod` file.\n\n## Development\n\n- build the project: `make`\n- test the project: `make test`\n- clean build artifacts and vendor folder: `make clean`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklingtnet%2Fgo-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklingtnet%2Fgo-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklingtnet%2Fgo-project-template/lists"}