{"id":23545502,"url":"https://github.com/pmuens/goker","last_synced_at":"2025-08-29T02:37:45.275Z","repository":{"id":263734763,"uuid":"863522205","full_name":"pmuens/goker","owner":"pmuens","description":"A Texas Hold'em Poker implementation written in Go","archived":false,"fork":false,"pushed_at":"2024-10-01T14:32:19.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T10:44:12.753Z","etag":null,"topics":["go","golang","tdd","test-driven-development","tutorial"],"latest_commit_sha":null,"homepage":"https://github.com/quii/learn-go-with-tests","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmuens.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":"2024-09-26T12:47:47.000Z","updated_at":"2024-10-01T14:33:35.000Z","dependencies_parsed_at":"2024-11-20T07:12:18.283Z","dependency_job_id":"a385cfda-5963-461b-87f5-ed90e1610e16","html_url":"https://github.com/pmuens/goker","commit_stats":null,"previous_names":["pmuens/goker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmuens/goker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmuens%2Fgoker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmuens%2Fgoker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmuens%2Fgoker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmuens%2Fgoker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmuens","download_url":"https://codeload.github.com/pmuens/goker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmuens%2Fgoker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272612178,"owners_count":24964388,"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-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["go","golang","tdd","test-driven-development","tutorial"],"created_at":"2024-12-26T08:17:34.756Z","updated_at":"2025-08-29T02:37:45.212Z","avatar_url":"https://github.com/pmuens.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goker\n\nA Texas Hold'em Poker implementation written in Go while following [quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests).\n\n## Setup\n\n1. `git clone \u003curl\u003e`\n2. `asdf install`\n3. `go test ./...`\n4. `go run ./cmd/webserver/main.go` OR `go run ./cmd/cli/main.go`\n\n## Useful Commands\n\n```sh\ngo run \u003cpackage-path\u003e\ngo build [\u003cpackage-path\u003e]\n\ngo test [\u003cpackage-path\u003e][/...] [-v] [-cover] [-race] [-parallel \u003cnumber\u003e]\ngo test -bench=. [\u003cpackage-path\u003e] [-count \u003cnumber\u003e] [-benchmem] [-benchtime 2s] [-memprofile \u003cname\u003e]\n\ngo test -coverprofile \u003cname\u003e [\u003cpackage-path\u003e]\ngo tool cover -html \u003cname\u003e\ngo tool cover -func \u003cname\u003e\n\ngo doc [\u003cpackage-path\u003e]\ngo fmt [\u003cpackage-path\u003e]\ngo vet [\u003cpackage-path\u003e]\n\ngo mod init [\u003cmodule-path\u003e]\ngo mod tidy\ngo mod vendor\ngo mod download\n\ngo work init [\u003cmodule-path-1\u003e [\u003cmodule-path-2\u003e] [...]]\ngo work use [\u003cmodule-path-1\u003e [\u003cmodule-path-2\u003e] [...]]\ngo work sync\n\n# Adjust dependencies in `go.mod`.\ngo get \u003cpackage-path\u003e[@\u003cversion\u003e]\n\n# Build and install commands.\ngo install \u003cpackage-path\u003e[@\u003cversion\u003e]\n\ngo list -m [all]\n```\n\n## Useful Resources\n\n- [Go - Learn](https://go.dev/learn)\n- [Go - Documentation](https://go.dev/doc)\n- [Go - A Tour of Go](https://go.dev/tour)\n- [Go - Effective Go](https://go.dev/doc/effective_go)\n- [Go - Playground](https://go.dev/play)\n- [Go by Example](https://gobyexample.com)\n- [100 Go Mistakes and How to Avoid Them](https://100go.co)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmuens%2Fgoker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmuens%2Fgoker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmuens%2Fgoker/lists"}