1
0
mirror of https://github.com/fumiama/wintun.git synced 2026-06-11 13:40:44 +08:00

Initial import from wireguard-go 380ee85

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2021-11-04 12:47:08 +01:00
commit 415007cec2
7 changed files with 407 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## wintun-go
This contains bindings to use [Wintun](https://www.wintun.net) from Go.
```go
import "golang.zx2c4.com/wintun"
```
- [Documentation](https://pkg.go.dev/golang.zx2c4.com/wintun)