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:
parent
c76b818466
commit
f2c6faad44
2 changed files with 16 additions and 5 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue