{"id":19567239,"url":"https://github.com/adrianblade/codewars_golang_solution","last_synced_at":"2025-06-28T14:36:32.161Z","repository":{"id":102796184,"uuid":"200370621","full_name":"adrianblade/codewars_golang_solution","owner":"adrianblade","description":"Codewars kata training","archived":false,"fork":false,"pushed_at":"2019-08-03T16:26:07.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-03T18:37:57.077Z","etag":null,"topics":["codewars","codewars-golang","codewars-kata"],"latest_commit_sha":null,"homepage":"","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/adrianblade.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-08-03T12:01:57.000Z","updated_at":"2024-06-19T10:05:55.133Z","dependencies_parsed_at":null,"dependency_job_id":"8ca83dc2-24d4-4190-bf1e-63cb5310c272","html_url":"https://github.com/adrianblade/codewars_golang_solution","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/adrianblade/codewars_golang_solution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianblade%2Fcodewars_golang_solution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianblade%2Fcodewars_golang_solution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianblade%2Fcodewars_golang_solution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianblade%2Fcodewars_golang_solution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianblade","download_url":"https://codeload.github.com/adrianblade/codewars_golang_solution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianblade%2Fcodewars_golang_solution/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262446650,"owners_count":23312587,"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":["codewars","codewars-golang","codewars-kata"],"created_at":"2024-11-11T05:36:20.689Z","updated_at":"2025-06-28T14:36:32.121Z","avatar_url":"https://github.com/adrianblade.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codewars Golang Katas\n\n[![CodeWars](https://www.codewars.com/users/adrianblade/badges/large)](https://www.codewars.com/users/adrianblade)\n\n\n## My Solutions\n| kyu | Codewars Kate | My Solutions |\n| --- | --- | --- |\n| 8 | [Highest and Lowest](https://www.codewars.com/kata/554b4ac871d6813a03000035) | [highest_and_lowest.go](https://github.com/adrianblade/codewars_golang_solution/blob/master/kyu8/highest_and_lowest/src/highest_and_lowest.go) |\n\n\n## To execute script \n\nTo run the program, put the code in hello-world.go and use go run.\n\n`$ go run hello-world.go\nhello world`\n\nSometimes we’ll want to build our programs into binaries. We can do this using go build.\n\n`$ go build hello-world.go\n$ ls\nhello-world    hello-world.go`\n\nWe can then execute the built binary directly.\n\n`$ ./hello-world\nhello world`\n\n##  To execute test\n\ngo test # to run your tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianblade%2Fcodewars_golang_solution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianblade%2Fcodewars_golang_solution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianblade%2Fcodewars_golang_solution/lists"}