{"id":38124864,"url":"https://github.com/go-zing/gozz","last_synced_at":"2026-01-16T22:32:55.990Z","repository":{"id":199427077,"uuid":"702858030","full_name":"go-zing/gozz","owner":"go-zing","description":"a golang annotation analysis based strong and extensible code generation and template-programming toolkits","archived":false,"fork":false,"pushed_at":"2025-04-16T08:12:53.000Z","size":3909,"stargazers_count":19,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-16T09:17:15.722Z","etag":null,"topics":["codegen","dependency-injection","golang","golang-tools","template-programming"],"latest_commit_sha":null,"homepage":"https://go-zing.github.io/gozz/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-zing.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,"zenodo":null}},"created_at":"2023-10-10T06:40:06.000Z","updated_at":"2025-04-16T08:12:57.000Z","dependencies_parsed_at":"2025-04-16T08:39:09.851Z","dependency_job_id":null,"html_url":"https://github.com/go-zing/gozz","commit_stats":null,"previous_names":["go-zing/gozz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/go-zing/gozz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-zing%2Fgozz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-zing%2Fgozz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-zing%2Fgozz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-zing%2Fgozz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-zing","download_url":"https://codeload.github.com/go-zing/gozz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-zing%2Fgozz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28485369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["codegen","dependency-injection","golang","golang-tools","template-programming"],"created_at":"2026-01-16T22:32:55.915Z","updated_at":"2026-01-16T22:32:55.982Z","avatar_url":"https://github.com/go-zing.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/go-zing/gozz\" target=\"_blank\"\u003e\n    \u003cimg width=\"200\" src=\"https://raw.githubusercontent.com/go-zing/gozz-doc/main/docs/.vuepress/public/logo.png\" alt=\"logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=center\u003e\n\n[![Go](https://github.com/go-zing/gozz/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/go-zing/gozz/actions/workflows/ci.yml)\n[![Go](https://github.com/go-zing/gozz/actions/workflows/windows.yml/badge.svg?branch=main)](https://github.com/go-zing/gozz/actions/workflows/windows.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-zing/gozz)](https://goreportcard.com/report/github.com/go-zing/gozz)\n[![Go Reference](https://pkg.go.dev/badge/github.com/go-zing/gozz.svg)](https://pkg.go.dev/github.com/go-zing/gozz)\n\n[![License: MIT](https://img.shields.io/github/license/go-zing/gozz)](https://github.com/go-zing/gozz/blob/master/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/go-zing/gozz)](https://github.com/go-zing/gozz/commits)\n[![codecov](https://codecov.io/gh/go-zing/gozz/branch/main/graph/badge.svg)](https://codecov.io/gh/go-zing/gozz)\n\n\u003c/div\u003e\n\n## Introduction\n\n### Documentation\n\n[English](https://go-zing.github.io/gozz) | [简体中文](https://go-zing.github.io/gozz/zh)\n\n### Fast and Simple\n\nIntuitive annotation syntax, clean and fast command line tools,\nruntime-dependencies-free generated codes.\n\n#### Install\n\n```shell\ngo install github.com/go-zing/gozz@latest\n```\n\n#### Usage\n\n`Gozz` CLI is built with [cobra](https://github.com/spf13/cobra), command syntax as follows:\n\n```shell\ngozz [--GLOBAL-FLAGS] [COMMAND] [--COMMAND-FLAGS] [ARGS]\n```\n\nThe main plugin execute command would be:\n\n```shell\ngozz run -p \"[PLUGIN][:OPTIONS]\" filename\n```\n\n#### Annotation\n\nAnnotations are comments that stick with declaration object, and match syntax as follows:\n\n```go\n// +zz:[PLUGIN][:ARGS][:OPTIONS]\ntype T interface{}\n```\n\nCheck out [here](https://go-zing.github.io/gozz/guide/getting-started) for more details.\n\n### Awesome Plugins\n\n`Gozz` provides a series of awesome builtin plugins.\nRather than `Gozz` provides these built-in plugins,\nActually in order to integrate these plugins,\nwe develop the toolkits named `Gozz`.\n\n- [Wire](https://go-zing.github.io/gozz/guide/plugins/wire) Autowire DI and AOP proxy。\n- [Api](https://go-zing.github.io/gozz/guide/plugins/api) Generate API routing and invoker based on `interface`。\n- [Impl](https://go-zing.github.io/gozz/guide/plugins/impl) Sync `interface` and `implement`。\n- [Doc](https://go-zing.github.io/gozz/guide/plugins/doc) Generate runtime documentation based on comments。\n- [Tag](https://go-zing.github.io/gozz/guide/plugins/tag) Manage structure field tags in templating。\n- [Orm](https://go-zing.github.io/gozz/guide/plugins/orm) Generates data entity mapping code。\n- [Option](https://go-zing.github.io/gozz/guide/plugins/option) Generates `Funcitonal Options` code。\n\n### High Extensibility\n\nWe provide customizable generating templates,\n[gozz-core](https://github.com/go-zing/gozz-core) for code analysis,\nedit and generate.\nExternal `.so` plugins and [official external](https://github.com/go-zing/gozz-plugins) supported also.\n\n```shell\ngozz install [--output/-o] [--filepath/-f] [repository] \n```\n\n## Showcase\n\n- [Gozz-Core](https://github.com/go-zing/gozz-core)\n- [Gozz-Plugins](https://github.com/go-zing/gozz-plugins)\n- [Gozz-Doc](https://github.com/go-zing/gozz-doc)\n- [Gozz-Doc-Examples](https://github.com/go-zing/gozz-doc-examples)\n\n## License\n\n[Apache-2.0](https://github.com/go-zing/gozz/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-zing%2Fgozz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-zing%2Fgozz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-zing%2Fgozz/lists"}