{"id":21521420,"url":"https://github.com/walkerrandolphsmith/go-basics","last_synced_at":"2026-01-12T02:53:43.916Z","repository":{"id":150263032,"uuid":"186502179","full_name":"walkerrandolphsmith/go-basics","owner":"walkerrandolphsmith","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-14T14:38:35.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T23:41:57.600Z","etag":null,"topics":["golang","rest-api"],"latest_commit_sha":null,"homepage":null,"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/walkerrandolphsmith.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":"2019-05-13T22:06:18.000Z","updated_at":"2024-06-19T08:59:24.356Z","dependencies_parsed_at":"2023-06-18T18:09:38.074Z","dependency_job_id":null,"html_url":"https://github.com/walkerrandolphsmith/go-basics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkerrandolphsmith/go-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgo-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgo-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgo-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgo-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkerrandolphsmith","download_url":"https://codeload.github.com/walkerrandolphsmith/go-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgo-basics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266699565,"owners_count":23970514,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","rest-api"],"created_at":"2024-11-24T01:07:08.195Z","updated_at":"2026-01-12T02:53:43.910Z","avatar_url":"https://github.com/walkerrandolphsmith.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\nGO Workspace contains multiple version control repositories:\n\n* `src` contains source files\n* `bin` contains executables which are built by go tools\n\n```\nbin/\n    hello                          # command executable\nsrc/\n    github.com/:user/:repo/\n      .git/\n      hello/\n          hello.go                 # command source\n```\n\nPackages are resolved by the `$GOPATH` environment variable. Therefore when you see an import statement in a go package like the following it is not importing \"by url\":\n\n```go\nimport (\n\t\"github.com/go-chi/chi\"\n\t\"github.com/go-chi/chi/middleware\"\n\t\"github.com/go-chi/render\"\n\t\"github.com/walkerrandolphsmith/go-playground/features/flag\"\n)\n```\n\nFirst we should build our contianers using\n```\n./ctl.sh build\n```\n\nNext we can run our application using\n```\n./ctl.sh up\n```\n\nInteract with the API via \u003ca href=\"http://localhost:3000/v1/api/flag\"\u003ehttp://localhost:3000/v1/api/flag\u003c/a\u003e or the database ui via \u003ca href=\"http://localhost:8081\"\u003ehttp://localhost:8081\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Fgo-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkerrandolphsmith%2Fgo-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Fgo-basics/lists"}