{"id":16672939,"url":"https://github.com/euskadi31/go-application","last_synced_at":"2025-08-07T22:33:48.562Z","repository":{"id":38256756,"uuid":"166807791","full_name":"euskadi31/go-application","owner":"euskadi31","description":"Golang Application runner micro-framework","archived":false,"fork":false,"pushed_at":"2025-03-24T20:38:17.000Z","size":143,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:05:01.372Z","etag":null,"topics":["application-framework","go","golang","golang-library","golang-package"],"latest_commit_sha":null,"homepage":"","language":"Go","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/euskadi31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-01-21T12:07:52.000Z","updated_at":"2025-03-24T20:37:28.000Z","dependencies_parsed_at":"2025-03-17T23:21:54.558Z","dependency_job_id":"12a91fee-16ef-429c-8dc8-f89ea8614501","html_url":"https://github.com/euskadi31/go-application","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euskadi31","download_url":"https://codeload.github.com/euskadi31/go-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103868,"owners_count":21048245,"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":["application-framework","go","golang","golang-library","golang-package"],"created_at":"2024-10-12T12:23:42.448Z","updated_at":"2025-04-09T20:05:07.766Z","avatar_url":"https://github.com/euskadi31.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Go Application [![Last release](https://img.shields.io/github/release/euskadi31/go-application.svg)](https://github.com/euskadi31/go-application/releases/latest) [![Documentation](https://godoc.org/github.com/euskadi31/go-application?status.svg)](https://godoc.org/github.com/euskadi31/go-application)\n================\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/euskadi31/go-application)](https://goreportcard.com/report/github.com/euskadi31/go-application)\n\n| Branch  | Status | Coverage |\n|---------|--------|----------|\n| master  | [![Build Status](https://img.shields.io/travis/euskadi31/go-application/master.svg)](https://travis-ci.org/euskadi31/go-application) | [![Coveralls](https://img.shields.io/coveralls/euskadi31/go-application/master.svg)](https://coveralls.io/github/euskadi31/go-application?branch=master) |\n\ngo-application is a HTTP micro-framework library for Go.\n\nExample\n-------\n\n```go\npackage main\n\nimport (\n    \"github.com/euskadi31/go-application\"\n    \"github.com/euskadi31/go-application/provider\"\n)\n\nfunc main() {\n    app := application.New()\n\n    app.Register(provider.NewEventDispatcherServiceProvider())\n    app.Register(provider.NewHTTPServiceProvider())\n\n    defer func() {\n        if err := app.Close(); err != nil {\n            panic(err)\n        }\n    }()\n\n    if err := app.Run(); err != nil {\n        panic(err)\n    }\n}\n```\n\nLicense\n-------\n\ngo-application is licensed under [the MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fgo-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuskadi31%2Fgo-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fgo-application/lists"}