Merge pull request #2936 from jen20/goimports

meta: Fix goimports for command/agent/syslog.go
This commit is contained in:
Michael Schurter 2017-07-31 09:14:35 -07:00 committed by GitHub
commit fc42ba638a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package agent
import (
"bytes"
"github.com/hashicorp/go-syslog"
"github.com/hashicorp/logutils"
)