0
0
Fork 0
mirror of https://git.zx2c4.com/wintun-go synced 2026-06-13 07:04:54 +00:00
No description
Find a file
Brad Fitzpatrick 0fa3db229c wintun: return errors instead of panicking where possible
Apparently there are weird crashes related to this, and returning an err
would help diagnose them.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2023-01-26 09:27:24 -06:00
dll.go global: move go:build line to top 2023-01-26 09:26:50 -06:00
go.mod Initial import from wireguard-go 380ee85 2021-11-04 12:49:00 +01:00
go.sum Initial import from wireguard-go 380ee85 2021-11-04 12:49:00 +01:00
LICENSE Initial import from wireguard-go 380ee85 2021-11-04 12:49:00 +01:00
README.md Initial import from wireguard-go 380ee85 2021-11-04 12:49:00 +01:00
session.go global: move go:build line to top 2023-01-26 09:26:50 -06:00
wintun.go wintun: return errors instead of panicking where possible 2023-01-26 09:27:24 -06:00

wintun-go

This contains bindings to use Wintun from Go.

import "golang.zx2c4.com/wintun"