Linter errors fixes

This commit is contained in:
Mihail Slobodyanuk 2022-12-11 19:35:49 +02:00 committed by vadym
parent ae954bad35
commit a24fde3081
4 changed files with 5 additions and 1 deletions

View file

@ -20,7 +20,6 @@ import (
// The Core object represents the Mesh node. You should create a Core
// object for each Mesh node you plan to run.
type Core struct {
// This is the main data structure that holds everything else for a node
// We're going to keep our own copy of the provided config - that way we can
// guarantee that it will be covered by the mutex