mirror of
https://github.com/go-i2p/go-i2pcontrol.git
synced 2025-07-01 12:13:31 -04:00
I at least need this much to start.
This commit is contained in:
2
auth.go
2
auth.go
@ -18,7 +18,7 @@ func (i *i2pControlStructure) i2pControl() i2pControlStructure {
|
||||
return *i
|
||||
}
|
||||
|
||||
func newI2pControl(hostport ...string) *i2pControlStructure {
|
||||
func NewI2pControl(hostport ...string) *i2pControlStructure {
|
||||
var i i2pControlStructure
|
||||
if hostport != nil {
|
||||
if len(hostport) > 0 {
|
||||
|
Reference in New Issue
Block a user