mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-06-16 13:54:40 -04:00
trigger rebuild
This commit is contained in:
@ -8,8 +8,10 @@ import (
|
||||
"github.com/go-i2p/onramp"
|
||||
)
|
||||
|
||||
var Garlic, GarlicErr = onramp.NewGarlic("git-looseleaf", "127.0.0.1:7656", onramp.OPT_WIDE)
|
||||
var Onion, OnionErr = onramp.NewOnion("git-looseleaf")
|
||||
var (
|
||||
Garlic, GarlicErr = onramp.NewGarlic("git-looseleaf", "127.0.0.1:7656", onramp.OPT_WIDE)
|
||||
Onion, OnionErr = onramp.NewOnion("git-looseleaf")
|
||||
)
|
||||
|
||||
func Dial(network, addr string) (net.Conn, error) {
|
||||
// convert the addr to a URL
|
||||
|
@ -28,5 +28,4 @@ func GetListenerUnixWrapper(network string, addr net.Addr) (net.Listener, error)
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown address type %T", addr)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user