aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add nix configurations for building and running `goget`Franck Cuny2025-08-249-6/+163
|
* add Go vanity URL service for custom import pathsFranck Cuny2025-08-243-0/+198
| | | | | | | | | Go vanity URLs allow developers to use custom domain names for Go module imports instead of being tied to specific hosting platforms like GitHub. This service implements the go-import meta tag protocol, allowing Go tools to automatically discover the actual Git repository location while presenting a clean, branded import path to users.
* set some environment variables in the dev shellsFranck Cuny2025-08-181-0/+4
|
* small cleanupFranck Cuny2025-08-171-19/+5
|
* manage the repository with nixFranck Cuny2025-08-175-0/+288
| | | | | | | Add a flake.nix to manage the development shell, the formatters, add some pre-commit checks, and such. This might evolve a bit over time but this is a good starting point.
* format go code with `nix fmt`Franck Cuny2025-08-171-9/+17
|
* first command added: pvizFranck Cuny2025-08-174-0/+266
`pviz` is a command-line tool that helps you understand the real impact of service availability targets (SLAs) by converting availability percentages into actual downtime durations across different time periods.