fix(Compile): Fixed error "<module> is not in GOROOT"
This commit is contained in:
parent
cbbe886dbb
commit
39a136dc50
4 changed files with 35 additions and 30 deletions
|
|
@ -3,8 +3,8 @@ package Commands
|
|||
import (
|
||||
"github.com/olekukonko/tablewriter"
|
||||
"github.com/urfave/cli/v2"
|
||||
proto "lotus-pm.net/proto"
|
||||
"lpm-cli/Lotus"
|
||||
proto "lpm-cli/Proto/lpm/go"
|
||||
"lpm-cli/ProtoHandler"
|
||||
"os"
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue