mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-12 20:20:52 +08:00
adjusted comment
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Verbosity - current logging verbosity of netclient
|
// Verbosity - current logging verbosity level (optionally set)
|
||||||
var Verbosity = 0
|
var Verbosity = 0
|
||||||
|
|
||||||
// MakeString - makes a string using golang string builder
|
// MakeString - makes a string using golang string builder
|
||||||
|
@@ -27,10 +27,8 @@ import (
|
|||||||
"google.golang.org/grpc/credentials"
|
"google.golang.org/grpc/credentials"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
// Version - version of the netclient
|
||||||
// Version - version of the netclient
|
var Version = "dev"
|
||||||
Version = "dev"
|
|
||||||
)
|
|
||||||
|
|
||||||
// MAX_NAME_LENGTH - maximum node name length
|
// MAX_NAME_LENGTH - maximum node name length
|
||||||
const MAX_NAME_LENGTH = 62
|
const MAX_NAME_LENGTH = 62
|
||||||
|
Reference in New Issue
Block a user