5
0
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:
anon 2022-12-18 00:37:34 -05:00
parent 14f1cd4696
commit 9cbc71bc8a

View File

@ -210,4 +210,5 @@ type Logger interface {
Errorln(...interface{})
Debugf(string, ...interface{})
Debugln(...interface{})
Traceln(...interface{})
}