mirror of
https://github.com/grdl/git-get.git
synced 2026-02-07 13:33:28 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package git
|
||||
|
||||
import (
|
||||
"git-get/pkg/git/test"
|
||||
"git-get/pkg/run"
|
||||
"testing"
|
||||
|
||||
"github.com/grdl/git-get/pkg/git/test"
|
||||
"github.com/grdl/git-get/pkg/run"
|
||||
)
|
||||
|
||||
// cfgStub represents a gitconfig file but instead of using a global one, it creates a temporary git repo and uses its local gitconfig.
|
||||
|
||||
Reference in New Issue
Block a user