{"id":16298278,"url":"https://github.com/konojunya/go-frame","last_synced_at":"2026-01-20T11:32:52.741Z","repository":{"id":91539931,"uuid":"124667187","full_name":"konojunya/go-frame","owner":"konojunya","description":"A Go library that displays a flat structure beautifully","archived":false,"fork":false,"pushed_at":"2018-03-11T10:57:07.000Z","size":117,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T04:13:03.811Z","etag":null,"topics":["fmt","golang","print"],"latest_commit_sha":null,"homepage":null,"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/konojunya.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}},"created_at":"2018-03-10T15:13:02.000Z","updated_at":"2020-05-24T01:06:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cc404f7-32b3-4d5d-b106-b0540a21c176","html_url":"https://github.com/konojunya/go-frame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konojunya%2Fgo-frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konojunya%2Fgo-frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konojunya%2Fgo-frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konojunya%2Fgo-frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konojunya","download_url":"https://codeload.github.com/konojunya/go-frame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247732854,"owners_count":20986941,"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":["fmt","golang","print"],"created_at":"2024-10-10T20:43:55.935Z","updated_at":"2026-01-20T11:32:52.735Z","avatar_url":"https://github.com/konojunya.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-frame\nA Go library that displays a flat structure beautifully\n\n![](https://raw.githubusercontent.com/konojunya/go-frame/master/screenshot/screen.png)\n\n## Description\n\nA Go library made to display a flat structure beautifully on the console.\n\n## Installation\n\n```\n$ go get -d github.com/konojunya/go-frame\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\tframe \"github.com/konojunya/go-frame\"\n)\n\n// User User model\ntype User struct {\n\tName string `frame:\"Customer Name\"`\n\tAge  int    `frame:\"Age\"`\n\tURL  string `frame:\"HomePage URL\"`\n}\n\nfunc main() {\n\tuser := User{\n\t\tName: \"konojunya\",\n\t\tAge:  21,\n\t\tURL:  \"https://konojunya.com\",\n\t}\n\n\tframe.Print(user)\n}\n```\n\n## Development\n\n```\n$ dep ensure\n```\n\n## Contribution\n\nPlease check the [issue](https://github.com/konojunya/go-frame/issues).\n\n1. Fork it https://github.com/konojunya/go-frame\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create new Pull Request! :)\n\n## Licence\n\nMIT\n\n## Auther\n\n- Twitter [@konojunya](https://twitter.com/konojunya)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonojunya%2Fgo-frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonojunya%2Fgo-frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonojunya%2Fgo-frame/lists"}