mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user