diff options
author | David Anderson <danderson@tailscale.com> | 2020-04-01 09:27:02 -0700 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 01:49:47 -0600 |
commit | f2c6faad44fa70cdc8ef80385ca9826bbf0468d9 (patch) | |
tree | 522a3dc9a2086c3c3e867dc84755019a62b7ac44 /go.mod | |
parent | c76b8184663e4b80ff8c26aafe9ec0ec91ff9116 (diff) |
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |