libs4go / tun4go

tunnel protocols for golang
GNU General Public License v3.0
1 stars 0 forks source link

Drop obsolete imports #1

Open dolmen opened 10 months ago

dolmen commented 10 months ago

Drop obsolete imports: the import hack is unnecessary in the Go modules era.

https://github.com/libs4go/tun4go/blob/29ef87b00f3c1b74db65ba6d939a8263be0f1bad/tun4go.go#L10

dolmen commented 10 months ago

See Antonboom/testifylint#37.