Add build files

This commit is contained in:
2025-08-23 20:21:00 +05:30
parent 7c111f9dd5
commit d8d7f8be78
2 changed files with 489 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module selfhst-icons
go 1.21
require (
github.com/gorilla/mux v1.8.1
)