Przeglądaj źródła

Fix: go vet checks

- Failing checks within internal forks remain are untouched
Rod Hynes 6 lat temu
rodzic
commit
4b6f3cc1d5
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      psiphon/dialParameters.go

+ 2 - 2
psiphon/dialParameters.go

@@ -114,8 +114,8 @@ type DialParameters struct {
 
 
 	DialDuration time.Duration `json:"-"`
 	DialDuration time.Duration `json:"-"`
 
 
-	dialConfig *DialConfig `json:"-"`
-	meekConfig *MeekConfig `json:"-"`
+	dialConfig *DialConfig
+	meekConfig *MeekConfig
 }
 }
 
 
 // MakeDialParameters creates a new DialParameters for the candidate server
 // MakeDialParameters creates a new DialParameters for the candidate server