Quellcode durchsuchen

Fix: syntax error

Rod Hynes vor 9 Jahren
Ursprung
Commit
631d63ae05
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5 5
      psiphon/server/psinet/psinet.go

+ 5 - 5
psiphon/server/psinet/psinet.go

@@ -42,11 +42,11 @@ import (
 type Database struct {
 type Database struct {
 	common.ReloadableFile
 	common.ReloadableFile
 
 
-	Hosts    map[string]Host            `json:"hosts"`
-	Servers  []Server                   `json:"servers"`
-	Sponsors map[string]Sponsor         `json:"sponsors"`
-	Versions map[string][]ClientVersion `json:"client_versions"`
-	string   DefaultSponsorID           `json:"default_sponsor_id"`
+	Hosts            map[string]Host            `json:"hosts"`
+	Servers          []Server                   `json:"servers"`
+	Sponsors         map[string]Sponsor         `json:"sponsors"`
+	Versions         map[string][]ClientVersion `json:"client_versions"`
+	DefaultSponsorID string                     `json:"default_sponsor_id"`
 }
 }
 
 
 type Host struct {
 type Host struct {