Reformatted go.mod to use correct indentation

This commit is contained in:
2026-04-29 21:26:31 +02:00
parent c0d0c0186c
commit 1743034514
+1 -1
View File
@@ -13,7 +13,7 @@ func main() {
}
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
data := map[string]string {
data := map[string]string{
"Name": "Filehost at home",
"Description": "This is where you'll own your files and share them freely.",
}