Fixed linting issues

This commit is contained in:
Juan Font Alonso 2021-05-06 01:01:45 +02:00
parent e17e10e0b7
commit 744c687d37

View file

@ -21,6 +21,7 @@ import (
"tailscale.com/wgengine/wgcfg"
)
// Error is used to compare errors as per https://dave.cheney.net/2016/04/07/constant-errors
type Error string
func (e Error) Error() string { return string(e) }