Browse Source

fix tun_linux.go

pull/15/head
Jason 5 years ago
parent
commit
e45998657b
  1. 2
      tun/tun_linux.go

2
tun/tun_linux.go

@ -1,7 +1,9 @@
package tun
import (
"errors"
"io"
"net"
"github.com/songgao/water"
)

Loading…
Cancel
Save