device: return generic error from Ipc{Get,Set}Operation.

This makes uapi.go's public API conform to Go style in terms
of error types.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-04-01 09:27:02 -07:00
committed by Jason A. Donenfeld
parent c76b818466
commit f2c6faad44
2 changed files with 16 additions and 5 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module golang.zx2c4.com/wireguard
go 1.12
go 1.13
require (
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc