diff --git a/api/devices_exist.go b/api/devices_exist.go index bee8574..a78b575 100644 --- a/api/devices_exist.go +++ b/api/devices_exist.go @@ -1,9 +1,10 @@ package api import ( + "context" + "github.com/tigorlazuardi/redmage/models" "github.com/tigorlazuardi/redmage/pkg/errs" - "golang.org/x/net/context" ) func (api *API) DevicesExist(ctx context.Context, slug string) (exist bool, err error) {