mirror of
https://github.com/go-i2p/goSam.git
synced 2025-07-12 13:50:47 -04:00
Force SetDebug true
This commit is contained in:
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
|
||||
USER_GH=eyedeekay
|
||||
VERSION=0.32.52
|
||||
VERSION=0.32.53
|
||||
packagename=gosam
|
||||
|
||||
echo: fmt
|
||||
|
@ -186,7 +186,7 @@ func SetToPortInt(i int) func(*Client) error {
|
||||
func SetDebug(b bool) func(*Client) error {
|
||||
return func(c *Client) error {
|
||||
//c.debug = b
|
||||
d.debug = true
|
||||
c.debug = true
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user