godep update for procstat

This commit is contained in:
Cameron Sparr
2015-10-05 11:14:13 -06:00
parent fdf00c1be6
commit 5cc26bb640
34 changed files with 4820 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
)
type Specification struct {
PidFile string `toml:pid_file`
PidFile string
Exe string
Prefix string
}