mirror of
https://github.com/grdl/git-get.git
synced 2026-02-08 01:44:16 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
package git
|
||||
|
||||
import (
|
||||
"git-get/pkg/run"
|
||||
"github.com/grdl/git-get/pkg/run"
|
||||
)
|
||||
|
||||
// ConfigGlobal represents a global gitconfig file.
|
||||
|
||||
Reference in New Issue
Block a user