mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Fixed linting issues
This commit is contained in:
parent
e17e10e0b7
commit
744c687d37
1 changed files with 1 additions and 0 deletions
1
utils.go
1
utils.go
|
@ -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) }
|
||||
|
|
Loading…
Reference in a new issue