mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 08:20:28 +00:00
Added member to Logger struct expected by tun_bsd.go
This commit is contained in:
parent
14f1cd4696
commit
9cbc71bc8a
@ -210,4 +210,5 @@ type Logger interface {
|
||||
Errorln(...interface{})
|
||||
Debugf(string, ...interface{})
|
||||
Debugln(...interface{})
|
||||
Traceln(...interface{})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user