mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-02 02:06:18 +00:00
Merge pull request #1004 from Dry-Leaf/bsd_build_fix
Added member to Logger struct expected by tun_bsd.go
This commit is contained in:
@ -210,4 +210,5 @@ type Logger interface {
|
||||
Errorln(...interface{})
|
||||
Debugf(string, ...interface{})
|
||||
Debugln(...interface{})
|
||||
Traceln(...interface{})
|
||||
}
|
||||
|
Reference in New Issue
Block a user