I at least need this much to start.

This commit is contained in:
idk
2018-04-03 01:02:04 -04:00
parent 040529df99
commit db9d1f4a0c
3 changed files with 12 additions and 12 deletions

View File

@ -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 {