madwolfcrazy

Results 2 issues of madwolfcrazy

fix the problem of func ListenAndServeTLS have not call func BeforeBegin.

I am using this library recently, Summarized a few examples, hope helpful for you // init connection newConn := ipmi.Connection{ Hostname: job.IPMIIP, Port: 623, Username: job.IPMIUser, Password: job.IPMIPWD, Interface: "lanplus",...