jamesread 3 vuotta sitten
vanhempi
commit
d53c88f314
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 	ShowNewVersions  bool
 	AvailableVersion string
 	AvailableVersion string
 	CurrentVersion   string
 	CurrentVersion   string
-	PageTitle		 string
-
+	PageTitle        string
 }
 }
 
 
 func findWebuiDir() string {
 func findWebuiDir() string {

+ 1 - 0
tools.go

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