Skip to content

Commit

Permalink
Fix FasthttpSocksDialer example
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Aug 14, 2021
1 parent d31e6db commit 0263cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasthttpproxy/socks5.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
//
// Example usage:
// c := &fasthttp.Client{
// Dial: fasthttpproxy.FasthttpSocksDialer("localhost:9050"),
// Dial: fasthttpproxy.FasthttpSocksDialer("socks5://localhost:9050"),
// }
func FasthttpSocksDialer(proxyAddr string) fasthttp.DialFunc {
var (
Expand Down

0 comments on commit 0263cae

Please sign in to comment.