Skip to content

Commit

Permalink
update comment for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 19, 2015
1 parent ab02b15 commit 5a53b10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config_darwin.go
Expand Up @@ -7,7 +7,7 @@ import (

var mackerelRoot = filepath.Join(os.Getenv("HOME"), "Library", getAgentName())

// The default configuration for dawrin.
// DefaultConfig The default configuration for dawrin.
var DefaultConfig = &Config{
Apibase: getApibase(),
Root: mackerelRoot,
Expand Down
2 changes: 1 addition & 1 deletion config/config_windows.go
Expand Up @@ -17,7 +17,7 @@ func execdirInit() string {

var execdir = execdirInit()

// The default configuration for windows
// DefaultConfig The default configuration for windows
var DefaultConfig = &Config{
Apibase: getApibase(),
Root: execdir,
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
)

// make build sets this automaticaly
// VERSION make build sets this automaticaly
var VERSION string

// make build sets this automaticaly
// GITCOMMIT make build sets this automaticaly
var GITCOMMIT string

// UserAgent XXX
Expand Down

0 comments on commit 5a53b10

Please sign in to comment.