mirror of
https://github.com/fumiama/water.git
synced 2026-06-05 02:00:29 +08:00
5 lines
202 B
Go
5 lines
202 B
Go
// Package water is a simple TUN/TAP interface library that efficiently works
|
|
// with standard packages like io, bufio, etc.. Use waterutil with it to work
|
|
// with TUN/TAP packets/frames.
|
|
package water
|