diff options
Diffstat (limited to 'src/state.go')
| -rw-r--r-- | src/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.go b/src/state.go index 272bbc6..582dd5a 100644 --- a/src/state.go +++ b/src/state.go @@ -2,7 +2,7 @@ package eduvpn type VPNState struct { // Info passed by the client - Name string + Name string // The chosen server Server *Server |
