{"id":28419118,"url":"https://github.com/permalik/go-sandbox","last_synced_at":"2025-06-26T07:30:49.549Z","repository":{"id":281949760,"uuid":"946981326","full_name":"permalik/go-sandbox","owner":"permalik","description":"sandbox:Go Programming and Turnkey Ecosystem","archived":false,"fork":false,"pushed_at":"2025-05-31T19:43:53.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:55:29.478Z","etag":null,"topics":["dsa","go","nix","shell","systems"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/permalik.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,"zenodo":null}},"created_at":"2025-03-12T01:13:02.000Z","updated_at":"2025-05-31T19:43:56.000Z","dependencies_parsed_at":"2025-06-01T07:46:19.827Z","dependency_job_id":"07212555-f829-4123-ac73-4bc47992dafd","html_url":"https://github.com/permalik/go-sandbox","commit_stats":null,"previous_names":["permalik/go_construct","permalik/go_curricula","permalik/go_sandbox","permalik/go-sandbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/permalik/go-sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permalik%2Fgo-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permalik%2Fgo-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permalik%2Fgo-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permalik%2Fgo-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/permalik","download_url":"https://codeload.github.com/permalik/go-sandbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permalik%2Fgo-sandbox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262022038,"owners_count":23246239,"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":["dsa","go","nix","shell","systems"],"created_at":"2025-06-04T15:04:28.400Z","updated_at":"2025-06-26T07:30:49.543Z","avatar_url":"https://github.com/permalik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-sandbox\nsandbox:Go Programming and Turnkey Ecosystem\n\n[Environment](#environment)\n- [Configuration](#configuration)\n- [Development](#development)\n- [CI](#ci)\n- [Production](#production)\n- [Nuke](#nuke)\n\n[Curricula](#curricula)\n- [Fundamental](#fundamental)\n- [Construct](#construct)\n- [DataStructure](#datastructure)\n- [Algorithm](#algorithm)\n\n## Environment\n### Development\n#### Getting Started\nClone the repo\n```sh\ngit clone git@github.com:permalik/go-sandbox.git\n```\n\n[Install Nix](https://nixos.org/download/)\n\nEnter Nix shell\n```sh\nnix develop\n```\n\n#### Tooling\n##### Format and Lint\nNix Format\n```sh\nalejandra \u003ctarget\u003e\n```\n\nGo Format\n```sh\ngoimports -l -w \u003ctarget\u003e\n```\n\nGo Lint\n```sh\ngolangci-lint run --fix --timeout=5m\n```\n\n##### Pre-Commit\nGo formatter, linter, and various Pre-Commit hooks.\n\nInitialize\n```sh\n# Make script executable\nsudo chmod +x precommit.sh\n\n# Execute script\nsudo ./precommit.sh\n```\n\u003c!--TODO:\n##### Secret Management\n--\u003e\n\n#### Testing\n\u003c!--TODO:--\u003e\n\n### Configuration\n#### Shell\nThe root `.bashrc` will be sourced within the shell.\nIf changes are needed, update `.bashrc` and restart the shell with `nix develop`\n\n### CI\nGitHub Actions on Push and Pull Request using Ubuntu x86_64-Linux Self-Hosted Runner\n\u003c!--TODO:\nSecret Management\n--\u003e\n\u003c!--TODO:\nDependabot\n--\u003e\n\n### Production\n```sh\n# Restart Docker\norb restart docker\n\n# Create image\ndocker build -t go-sandbox:dev .\n\n# Build ephemeral container\ndocker run --rm go-sandbox:dev\n\n# Destroy image\ndocker rmi go_sandbox:dev\n```\n\n\u003c!--TODO:\nDevelopment Build\nProduction Build\nContinuous Delivery\n--\u003e\n\n### Nuke\nFollow instructions to purge curricula and launch a somewhat opinionated turnkey ecosystem.\n\nInitialize Purge\n```sh\n# Make script executable\nsudo chmod +x nuke.sh\n\n# Execute script\nsudo ./nuke.sh\n```\n\nUpdate project/repository naming in various places and update the README:\n- `./.bashrc`\n- `Dockerfile`\n- `README.md`\n- `flake.nix`\n\n\u003c!--TODO:--\u003e\n\n## Curricula\n### Fundamental\n### Construct\n### DataStructure\n### Algorithm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermalik%2Fgo-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpermalik%2Fgo-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermalik%2Fgo-sandbox/lists"}