repos / pico

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

commit
97ef41a
parent
051f98b
author
Eric Bower
date
2024-01-28 04:43:26 +0000 UTC
fix: go fmt
1 files changed,  +1, -1
M pgs/calc_route_test.go
+1, -1
1@@ -79,7 +79,7 @@ func TestCalcPossibleRoutes(t *testing.T) {
2 			},
3 		},
4 		{
5-			Name: "xml",
6+			Name:   "xml",
7 			Actual: calcPossibleRoutes("test", "index.xml", []*RedirectRule{}),
8 			Expected: []*HttpReply{
9 				{Filepath: "test/index.xml", Status: 200},