Merge pull request #164 from exfly/feat/go-mod-supported

feat: go mod supported
This commit is contained in:
ffdfgdfg
2019-08-19 09:35:14 +08:00
committed by GitHub
316 changed files with 382 additions and 62787 deletions

View File

@@ -3,12 +3,13 @@ package install
import (
"errors"
"fmt"
"github.com/cnlh/nps/lib/common"
"io"
"log"
"os"
"path/filepath"
"strings"
"github.com/cnlh/nps/lib/common"
)
func InstallNps() {