Commit 75516466 authored by shajiaiming's avatar shajiaiming

remove fmt

parent 24ebe81f
...@@ -4,7 +4,6 @@ import ( ...@@ -4,7 +4,6 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"bwallet/pkg/e" "bwallet/pkg/e"
"bwallet/models" "bwallet/models"
"fmt"
"net/http" "net/http"
) )
......
...@@ -2,7 +2,6 @@ package wallet_service ...@@ -2,7 +2,6 @@ package wallet_service
import ( import (
"bwallet/models" "bwallet/models"
"fmt"
) )
type Wallet struct { type Wallet struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment