mirror of
https://github.com/go-i2p/goSam.git
synced 2025-06-09 01:25:33 -04:00
Added Verbose mode and be more fixed some newline inconsistencies
This commit is contained in:
@ -28,7 +28,7 @@ func (r ReplyError) Error() string {
|
||||
func (c *Client) Lookup(name string) (addr string, err error) {
|
||||
var r *Reply
|
||||
|
||||
r, err = c.sendCmd(fmt.Sprintf("NAMING LOOKUP NAME=%s\n", name))
|
||||
r, err = c.sendCmd(fmt.Sprintf("NAMING LOOKUP NAME=%s", name))
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user