{"id":20433827,"url":"https://github.com/raagh/aoc-2022","last_synced_at":"2026-05-10T10:15:14.688Z","repository":{"id":87945084,"uuid":"583018822","full_name":"Raagh/aoc-2022","owner":"Raagh","description":"advent of code 2022 in golang","archived":false,"fork":false,"pushed_at":"2022-12-28T14:23:25.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T19:21:31.775Z","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/Raagh.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":"2022-12-28T14:21:55.000Z","updated_at":"2022-12-28T14:22:56.000Z","dependencies_parsed_at":"2023-06-25T20:35:10.282Z","dependency_job_id":null,"html_url":"https://github.com/Raagh/aoc-2022","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/Raagh%2Faoc-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raagh","download_url":"https://codeload.github.com/Raagh/aoc-2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241976153,"owners_count":20051587,"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-15T08:21:26.351Z","updated_at":"2026-05-10T10:15:09.657Z","avatar_url":"https://github.com/Raagh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code Golang Starter\n\nA template for Advent of Code written in Go.\n\n## Usage\n\nYou can follow the steps below to install, test, and run the solutions:\n\n    $ git clone https://github.com/ljgago/advent-of-code-golang-starter aoc-golang\n    $ cd aoc-golang\n\n    # install dependencies\n    $ go install\n\n    # run tests for day01\n    $ go test aoc/cmd/day01\n\n    # run the day01\n    $ go run aoc/cmd/day01\n\n## Config\n\nIf you like read the inputs directly from web, you needs to set the environment\nvar `AOC_SESSION`. You can to get the session token from the cookie web browser.\n\nFolder structure:\n\n    ├── cmd\n    │   ├── day01\n    │   │   ├── day01.go\n    │   │   └── day01_test.go\n    │   └── template\n    │       ├── dayXX.go\n    │       └── dayXX_test.go\n    ├── internal\n    │   └── utils\n    │       ├── read_file.go\n    │       └── read_http.go\n    └── resources\n        └── day01.txt\n\nHappy coding!\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraagh%2Faoc-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraagh%2Faoc-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraagh%2Faoc-2022/lists"}