goimports

This commit is contained in:
AJ ONeal 2020-07-21 02:00:32 -06:00
父節點 f15355c19e
當前提交 50e4b5ed93
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -10,8 +10,8 @@ import (
"os"
"strconv"
"git.rootprojects.org/root/telebit/mgmt/authstore"
telebit "git.rootprojects.org/root/telebit"
"git.rootprojects.org/root/telebit/mgmt/authstore"
"github.com/denisbrodbeck/machineid"
_ "github.com/joho/godotenv/autoload"

查看文件

@ -11,9 +11,9 @@ import (
"strings"
"time"
telebit "git.rootprojects.org/root/telebit"
"git.rootprojects.org/root/telebit/mgmt"
"git.rootprojects.org/root/telebit/mgmt/authstore"
telebit "git.rootprojects.org/root/telebit"
"github.com/denisbrodbeck/machineid"
"github.com/gorilla/websocket"