{"id":27857848,"url":"https://github.com/maxstanley/tango","last_synced_at":"2025-10-09T04:15:55.724Z","repository":{"id":52990791,"uuid":"354345203","full_name":"maxstanley/tango","owner":"maxstanley","description":"Tango is a Go API framework wrapper to enable cross-platform deployment of endpoint functions.","archived":false,"fork":false,"pushed_at":"2021-04-10T18:25:51.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T13:59:48.515Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxstanley.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":"2021-04-03T16:52:07.000Z","updated_at":"2021-04-10T18:26:35.000Z","dependencies_parsed_at":"2022-08-28T14:52:53.546Z","dependency_job_id":null,"html_url":"https://github.com/maxstanley/tango","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxstanley%2Ftango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxstanley%2Ftango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxstanley%2Ftango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxstanley%2Ftango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxstanley","download_url":"https://codeload.github.com/maxstanley/tango/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252344568,"owners_count":21732979,"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-05-04T13:59:51.580Z","updated_at":"2025-10-09T04:15:50.704Z","avatar_url":"https://github.com/maxstanley.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tango\nTango is a go api framework wrapper to enable cross-platform deployment of endpoint functions.\n\n## examples\n\n### simple\n\nSimple defines a single endpoint handler, which is then used across multiple cmd's.\nTango enables this single function to be called by each of the api frameworks, by using a wrapper to create a single event for the function.\n\nSimple currently demonstrates the wrapping functionality for gin-gonic, go-chi and aws lambdas.\n\n#### building\n\n```bash\n# Compile protobuf definitions.\ncd _examples/simple/protobuf\nprotoc --go_out=. *.proto\n\n# Same process for gin or chi.\ncd _examples/simple/cmd/{gin, chi}\ngo build\n\n# Compile and Zip for lambdas.\ncd _examples/simple/cmd/lambda/\nGOOS=linux CGO_ENABLED=0 go build main.go \u0026\u0026 zip function.zip main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxstanley%2Ftango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxstanley%2Ftango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxstanley%2Ftango/lists"}