Add parsing tests (#17)

This commit is contained in:
Dave Gallant
2021-01-30 18:38:52 -05:00
committed by GitHub
parent d539a6677a
commit d3c2279555
7 changed files with 158 additions and 5 deletions

View File

@@ -76,6 +76,7 @@ func GetList() (*[]Server, error) {
}
log.Info().Msg("Fetching the latest server list")
r, err := http.Get(vpnList)
if err != nil {