Fixed typo and optimized structure

This commit is contained in:
Toby Chui
2025-05-31 14:32:41 +08:00
parent eec6cec0db
commit bf0df928c7
5 changed files with 15 additions and 15 deletions

View File

@@ -10,12 +10,6 @@ import (
"github.com/fsnotify/fsnotify"
)
type FileInfo struct {
Filename string `json:"filename"`
Title string `json:"title"`
Type string `json:"type"`
}
/* Change this before deploying */
var (
mode = flag.String("m", "web", "Mode to run the application: 'web' or 'build'")