{"id":22688976,"url":"https://github.com/raagh/aoc_2024","last_synced_at":"2025-03-29T16:15:21.723Z","repository":{"id":267127678,"uuid":"900334775","full_name":"Raagh/aoc_2024","owner":"Raagh","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-03T11:23:39.000Z","size":2378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T16:50:47.521Z","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":"2024-12-08T14:14:33.000Z","updated_at":"2025-01-03T11:23:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"aacd6e18-6598-467d-baae-df742a402deb","html_url":"https://github.com/Raagh/aoc_2024","commit_stats":null,"previous_names":["raagh/aoc_2024"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc_2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc_2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc_2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Faoc_2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raagh","download_url":"https://codeload.github.com/Raagh/aoc_2024/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207508,"owners_count":20740723,"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-12-10T00:16:56.202Z","updated_at":"2025-03-29T16:15:21.690Z","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_2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraagh%2Faoc_2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraagh%2Faoc_2024/lists"}