mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-23 18:01:19 +01:00
Add and fix stylecheck (golint replacement)
This commit is contained in:
@@ -451,7 +451,7 @@ func nodesToPtables(
|
||||
tableData = append(
|
||||
tableData,
|
||||
[]string{
|
||||
strconv.FormatUint(machine.Id, headscale.BASE_10),
|
||||
strconv.FormatUint(machine.Id, headscale.Base10),
|
||||
machine.Name,
|
||||
nodeKey.ShortString(),
|
||||
namespace,
|
||||
|
||||
Reference in New Issue
Block a user