fix(Compile): Fixed error "<module> is not in GOROOT"

This commit is contained in:
netbenix 2022-08-27 19:08:57 +02:00
parent cbbe886dbb
commit 39a136dc50
4 changed files with 35 additions and 30 deletions

View file

@ -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"
)