*: enable godot linter and fix all its warnings

It's important for NeoGo to have clean documentation. No functional changes.
This commit is contained in:
Roman Khimov 2021-05-12 23:17:03 +03:00
parent 3fdba9265f
commit 9d2712573f
60 changed files with 127 additions and 126 deletions

View file

@ -5,7 +5,7 @@ import (
)
type (
// Config is an RPC service configuration information
// Config is an RPC service configuration information.
Config struct {
Address string `yaml:"Address"`
Enabled bool `yaml:"Enabled"`