{"id":20655705,"url":"https://github.com/remast/dogop","last_synced_at":"2026-04-17T16:03:47.627Z","repository":{"id":145093698,"uuid":"614436313","full_name":"remast/dogop","owner":"remast","description":"Sample Code zum Vortrag \"Go über den Wolken\"","archived":false,"fork":false,"pushed_at":"2024-04-24T16:41:53.000Z","size":438,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-01T12:15:26.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://remast.github.io/go-ueber-den-wolken/","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/remast.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":"2023-03-15T15:24:07.000Z","updated_at":"2024-06-20T16:59:10.203Z","dependencies_parsed_at":"2023-12-21T12:46:08.676Z","dependency_job_id":"a922bc8c-5604-4992-9a7a-33dbc3b48dbc","html_url":"https://github.com/remast/dogop","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/remast%2Fdogop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remast%2Fdogop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remast%2Fdogop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remast%2Fdogop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remast","download_url":"https://codeload.github.com/remast/dogop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242762735,"owners_count":20181266,"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":"2024-11-16T18:12:23.875Z","updated_at":"2026-04-17T16:03:47.621Z","avatar_url":"https://github.com/remast.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go über den Wolken - Code Beispiel\n\n## Nützliche Befehle\n\n- Tests ausführen mit: `go test -v ./...`\n\n- Anwendung bauen: `go build -o build/dogop .`\n\n- Anwendung ausführen: `go run .`\n\n- Ausführen mit Hot Reload über [air](https://github.com/cosmtrek/air): `air`\n\n- Go Dokumentation lesen: `go doc http.HandlerFunc`\n\n- Docker Container bauen: `docker build . -t crossnative/dogop`\n\n## Projekt aufsetzen\n\nGo Modul erstellen mit `go mod init crossnative/dogop`.\n\nErste Dependency einbinden mit `go get github.com/go-chi/chi/v5`.\n\n## Docker Container bauen\n\n### Cloudnative Buildpacks nutzen\n\n    pack build dogop-cnb --buildpack paketo-buildpacks/go --builder paketobuildpacks/builder-jammy-base\n\n    docker run --network host dogop-cnb","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremast%2Fdogop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremast%2Fdogop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremast%2Fdogop/lists"}