mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
More go
This commit is contained in:
parent
24904c5083
commit
9934a856dd
7 changed files with 29 additions and 101 deletions
|
@ -38,8 +38,6 @@ type nativeTap struct {
|
|||
multicastGroupHandlersLock sync.Mutex
|
||||
}
|
||||
|
||||
var _ Tap = &nativeTap{}
|
||||
|
||||
// Type returns a human-readable description of this tap implementation
|
||||
func (t *nativeTap) Type() string {
|
||||
return "native"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue