mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fix comment typo
This commit is contained in:
4
main.go
4
main.go
@@ -10,7 +10,7 @@ import (
|
||||
"text/tabwriter"
|
||||
|
||||
// These packages have init() funcs which check os.Args and drop directly
|
||||
// into their command logic. This is because they are run as seperate
|
||||
// into their command logic. This is because they are run as separate
|
||||
// processes along side of a task. By early importing them we can avoid
|
||||
// additional code being imported and thus reserving memory
|
||||
_ "github.com/hashicorp/nomad/client/logmon"
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
|
||||
"github.com/hashicorp/nomad/command"
|
||||
"github.com/hashicorp/nomad/version"
|
||||
"github.com/mattn/go-colorable"
|
||||
colorable "github.com/mattn/go-colorable"
|
||||
"github.com/mitchellh/cli"
|
||||
"github.com/sean-/seed"
|
||||
"golang.org/x/crypto/ssh/terminal"
|
||||
|
||||
Reference in New Issue
Block a user