This commit is contained in:
2024-11-23 01:32:43 -06:00
parent b68e1eb0b0
commit 0386f55e96
2 changed files with 7 additions and 7 deletions

View File

@ -15,25 +15,25 @@ func Projects(c echo.Context) error {
Name: "Pollo",
Description: "A dead-simple real-time voting tool.",
Tags: []string{"golang", "htmx", "product"},
Href: "https://github.com/atridadl/pollo",
Href: "https://git.atri.dad/atridad/pollo",
},
{
Name: "GOTH Stack",
Description: "🚀 A Web Application Template Powered by HTMX + Go + Tailwind 🚀",
Tags: []string{"golang", "htmx", "template"},
Href: "https://github.com/atridadl/goth.stack",
Href: "https://git.atri.dad/atridad/goth.stack",
},
{
Name: "Himbot",
Description: "A discord bot written in Go. Loosly named after my username online (HimbothySwaggins).",
Tags: []string{"golang", "bot"},
Href: "https://github.com/atridadl/HimBot",
Href: "https://git.atri.dad/atridad/himbot",
},
{
Name: "loadr",
Description: "A lightweight REST load testing tool with robust support for different verbs, token auth, and performance reports.",
Tags: []string{"golang", "cli"},
Href: "https://github.com/atridadl/loadr",
Href: "https://git.atri.dad/atridad/loadr",
},
}