mirror of
https://github.com/grdl/git-get.git
synced 2026-02-08 12:49:20 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -3,8 +3,9 @@ package pkg
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"git-get/pkg/git"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/grdl/git-get/pkg/git"
|
||||
)
|
||||
|
||||
var ErrMissingRepoArg = errors.New("missing <REPO> argument or --dump flag")
|
||||
|
||||
Reference in New Issue
Block a user