diff options
Diffstat (limited to 'tun/tun.go')
-rw-r--r-- | tun/tun.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,4 +38,4 @@ func (tun *nativeTun) operateOnFd(fn func(fd uintptr)) { if err != nil { tun.errors <- fmt.Errorf("unable to control sysconn for tunfile: %s", err.Error()) } -}
\ No newline at end of file +} |