Vova Tkach 6 years ago
parent
commit
593bdac362
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.go

+ 1 - 0
main.go

@@ -50,6 +50,7 @@ func main() {
 	stat := static.New(consts.DirIndexFile)
 
 	// TODO: Logic as object here
+	// Init logic
 
 	bootstrap.Start(fmt.Sprintf("%s:%d", ParamHost, ParamPort), 30, consts.AssetsPath, func(w http.ResponseWriter, r *http.Request) {
 		w.Header().Set("Server", "fave.pro/"+consts.ServerVersion)