aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replacing my static website with a simple web appFranck Cuny2025-09-291-0/+1
|
* ssh-cert-info in goFranck Cuny2025-09-061-1/+2
|
* fix import paths for mpd-scrobblerFranck Cuny2025-08-291-0/+3
|
* add nix configurations for building and running `goget`Franck Cuny2025-08-241-3/+5
|
* add Go vanity URL service for custom import pathsFranck Cuny2025-08-241-0/+13
| | | | | | | | | 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.
* first command added: pvizFranck Cuny2025-08-171-0/+5
`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.