Git
This commit is contained in:
@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user