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