Create build folder

This commit is contained in:
2026-01-03 18:53:20 +05:30
parent 7c615babc2
commit fba5162b6d
5 changed files with 0 additions and 0 deletions

7
build/go.mod Normal file
View File

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