remove unused variable : localhost
This commit is contained in:
parent
3737fa864d
commit
22c879e033
|
@ -23,7 +23,6 @@ var sampleConfig = `
|
||||||
##
|
##
|
||||||
servers = ["USERID:PASSW0RD@lan(192.168.1.1)"]
|
servers = ["USERID:PASSW0RD@lan(192.168.1.1)"]
|
||||||
`
|
`
|
||||||
var localhost = ""
|
|
||||||
|
|
||||||
func (m *Ipmi) SampleConfig() string {
|
func (m *Ipmi) SampleConfig() string {
|
||||||
return sampleConfig
|
return sampleConfig
|
||||||
|
|
Loading…
Reference in New Issue