- update comment for docs

This commit is contained in:
rocketlaunchr-cto 2021-07-01 11:58:03 +10:00 committed by GitHub
parent 0fb3287cef
commit 8238e33edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ type SearchOptions struct {
// It then reduces the returned results to match Limit. // It then reduces the returned results to match Limit.
OverLimit bool OverLimit bool
// set up proxy address to avoid ip blocking // ProxyAddr sets a proxy address to avoid IP blocking.
ProxyAddr string ProxyAddr string
} }