{"id":25470385,"url":"https://github.com/msisdev/baekjoon-go","last_synced_at":"2025-10-11T12:16:27.919Z","repository":{"id":224466466,"uuid":"687821097","full_name":"msisdev/baekjoon-go","owner":"msisdev","description":"Solve and test baekjoon from local","archived":false,"fork":false,"pushed_at":"2024-02-26T08:32:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T16:51:56.274Z","etag":null,"topics":[],"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/msisdev.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":"2023-09-06T04:35:44.000Z","updated_at":"2023-09-06T04:35:50.000Z","dependencies_parsed_at":"2024-02-26T05:40:46.309Z","dependency_job_id":"ee3085ca-664f-412b-82b9-65bb12b2ac06","html_url":"https://github.com/msisdev/baekjoon-go","commit_stats":null,"previous_names":["boxcolli/baekjoon-go","msisdev/baekjoon-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msisdev/baekjoon-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msisdev%2Fbaekjoon-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msisdev%2Fbaekjoon-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msisdev%2Fbaekjoon-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msisdev%2Fbaekjoon-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msisdev","download_url":"https://codeload.github.com/msisdev/baekjoon-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msisdev%2Fbaekjoon-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007142,"owners_count":26084246,"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-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-02-18T08:33:49.622Z","updated_at":"2025-10-11T12:16:27.901Z","avatar_url":"https://github.com/msisdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# baekjoon-go\n## Accelerate your baekjoon solution\n- Define how your program scans in `read()`\n- Define your solution in `main()`\n- Fulfill testcases in `assets/testcase.txt`\n- Run `go test .`\n\n## Things you should do\n### Test main() only\n- Edit:\n    - testcase.txt\n    - read.go - `read()`\n    - main.go - `main()`\n- Run: `$ go test main_test.go`\n\n### Test main() and read()\n- Edit:\n    - testcase.txt\n    - read_test.go - `var readResult input{ \u003cYOUR_READ_RESULT\u003e }`\n    - read.go - `read()`\n    - main.go - `main()`\n- Run: `$ go test .`\n\n### Custom testcase format\n- Edit:\n    - testcase_test.go - `readSingleTestCase()`\n\n## Useful commands\n- ```$ go test .```\n- ```$ go test my_test.go```\n- ```$ go test [-v] my_test.go```\n- ```$ go test [-run \u003cRegexForTestFunction\u003e] my_test.go```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsisdev%2Fbaekjoon-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsisdev%2Fbaekjoon-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsisdev%2Fbaekjoon-go/lists"}