瀏覽代碼

fix(go): optimize imports;

Vishal Dalwadi 4 月之前
父節點
當前提交
1f6a5af764
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      controllers/user.go

+ 0 - 2
controllers/user.go

@@ -1,13 +1,11 @@
 package controller
 
 import (
-	"context"
 	"bytes"
 	"encoding/base64"
 	"encoding/json"
 	"errors"
 	"fmt"
-	"github.com/gravitl/netmaker/db"
 	"github.com/pquerna/otp"
 	"image/png"
 	"net/http"