jamesread hace 3 años
padre
commit
d53c88f314
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 2
      internal/httpservers/webuiServer.go
  2. 1 0
      tools.go

+ 1 - 2
internal/httpservers/webuiServer.go

@@ -19,8 +19,7 @@ type webUISettings struct {
 	ShowNewVersions  bool
 	AvailableVersion string
 	CurrentVersion   string
-	PageTitle		 string
-
+	PageTitle        string
 }
 
 func findWebuiDir() string {

+ 1 - 0
tools.go

@@ -1,3 +1,4 @@
+//go:build tools
 // +build tools
 
 package tools