build: Apply goimports formatting to various files

The following files were not formatted as the output of goimports(1)
would create, causing the goimports linter to fail:

command/agent/resources_endpoint.go
nomad/resources_endpoint.go
nomad/resources_endpoint_test.go
This commit is contained in:
James Nugent
2017-08-14 11:51:47 +08:00
parent 2a0f267771
commit fda3868577
3 changed files with 6 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
package agent
import (
"github.com/hashicorp/nomad/nomad/structs"
"net/http"
"github.com/hashicorp/nomad/nomad/structs"
)
// ResourceListRequest accepts a prefix and context and returns a list of matching