diff options
Diffstat (limited to 'cmd/cli')
| -rw-r--r-- | cmd/cli/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 93b81e0..d3d3dbb 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -14,6 +14,7 @@ import ( ) type ServerTypes int8 + const ( ServerTypeInstituteAccess ServerTypes = iota ServerTypeSecureInternet |
