re-do unnecessary changes
This commit is contained in:
parent
715f01d161
commit
f9b52cac13
4 changed files with 5 additions and 7 deletions
|
|
@ -1,12 +1,12 @@
|
|||
package internalapi
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
"github.com/boltcard/boltcard/db"
|
||||
"github.com/boltcard/boltcard/resp_err"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
)
|
||||
|
||||
func Updateboltcard(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue