repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
b93f4f4
parent
054d684
author
Eric Bower
date
2024-05-15 02:20:41 +0000 UTC
fix(lint): comment
1 files changed,  +1, -1
M auth/api.go
+1, -1
1@@ -515,7 +515,7 @@ func paymentWebhookHandler(secret string) func(http.ResponseWriter, *http.Reques
2 	}
3 }
4 
5-// URL shortener for out pico+ URL
6+// URL shortener for out pico+ URL.
7 func checkoutHandler(w http.ResponseWriter, r *http.Request) {
8 	username, err := url.PathUnescape(getField(r, 0))
9 	if err != nil {