{"id":17917435,"url":"https://github.com/pellared/go-build-pipeline-demo","last_synced_at":"2025-04-03T07:45:01.706Z","repository":{"id":72375427,"uuid":"312704910","full_name":"pellared/go-build-pipeline-demo","owner":"pellared","description":"Compare Make, Mage and taskflow","archived":false,"fork":false,"pushed_at":"2021-01-28T15:06:23.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-02T23:44:28.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pellared.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":"2020-11-13T23:19:10.000Z","updated_at":"2024-06-19T05:06:08.838Z","dependencies_parsed_at":null,"dependency_job_id":"1fa6c4d9-b2ab-44b9-b172-fdab41b22752","html_url":"https://github.com/pellared/go-build-pipeline-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgo-build-pipeline-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgo-build-pipeline-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgo-build-pipeline-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgo-build-pipeline-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pellared","download_url":"https://codeload.github.com/pellared/go-build-pipeline-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246961923,"owners_count":20861177,"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-28T20:07:14.051Z","updated_at":"2025-04-03T07:45:01.688Z","avatar_url":"https://github.com/pellared.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Build Pipeline Demo\n\n[![Demo](https://img.youtube.com/vi/AtiUf0uJ4YE/hqdefault.jpg)](https://www.youtube.com/watch?v=AtiUf0uJ4YE)\n\n[Presentation](https://docs.google.com/presentation/d/1fJ26B1D1VkxC-1DppegPCe8YOaA3Ayrbke2yAx-Kzcs/edit?usp=sharing).\n\nThis repository demonstrates a very basic build pipeline for a Go project created in:\n- **[Make](./make)**\n- **[Mage](./mage)**\n- **[taskflow](./taskflow)**\n\n## Build Pipeline\n\nThe build pipeline, called `all`, consists of the following steps:\n\n### `clean`\n\nRemoves files created during the build. It logs which files are removed and which files failed to be removed.\n\n### `fmt`\n\nSimply runs `go fmt ./...`. This target is imported as it can be reused by multiple projects.\n\n### `test`\n\nRuns tests and generates code coverage even if any test fails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellared%2Fgo-build-pipeline-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpellared%2Fgo-build-pipeline-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellared%2Fgo-build-pipeline-demo/lists"}