mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
Lint
This commit is contained in:
parent
e253b64d43
commit
006a564bf5
2 changed files with 8 additions and 2 deletions
|
@ -276,6 +276,9 @@ func run(args yggArgs, ctx context.Context) {
|
|||
logger.Errorln(err)
|
||||
} else {
|
||||
err = n.rest_server.Serve()
|
||||
if err != nil {
|
||||
logger.Errorln(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue