Commit 0a1721d5 authored by Carlisia Campos's avatar Carlisia Campos

Add a few super minor lint fixes

Other lint warnings left behind are ones due to external package and
due to maintainer's preferences.
parent 4d907d57
......@@ -33,11 +33,13 @@ import (
// Configurable application parameters
var (
// The name and version of the application.
AppName string
// AppName is the name of the application.
AppName string
// AppVersion is the version of the application.
AppVersion string
// If true, initialization will not show any informative output.
// Quiet when set to true, will not show any informative output on initialization.
Quiet bool
// HTTP2 indicates whether HTTP2 is enabled or not.
......
......@@ -348,13 +348,13 @@ func DefaultInput() CaddyfileInput {
// These defaults are configurable through the command line
var (
// Site root
// Root is the site root
Root = DefaultRoot
// Site host
// Host is the site host
Host = DefaultHost
// Site port
// Port is the site port
Port = DefaultPort
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment