diff --git a/README.md b/README.md index 9c9efa5..23fa03b 100644 --- a/README.md +++ b/README.md @@ -55,17 +55,9 @@ func MultiGetListener(network, address string) (net.Listener, error) { } // We use `init() to ensure that the appropriate Listeners and Dialers are correctly placed at runtime -// We use `init() to ensure that the I2P Listeners and Dialers are correctly placed at runtime` func init() { GetListener = MultiGetListener - /*httpClient := &http.Client{ - Transport: &http.Transport{ - Dial: garlic.Dial, - }, - } - - http.DefaultClient = httpClient - http.DefaultTransport = httpClient.Transport*/ + /*Dialer not shown here*/ } ```