mirror of
https://github.com/grdl/git-get.git
synced 2026-02-05 04:24:41 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -3,11 +3,12 @@ package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/pkg/run"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/grdl/git-get/pkg/run"
|
||||
)
|
||||
|
||||
// TempDir creates a temporary directory inside the parent dir.
|
||||
|
||||
Reference in New Issue
Block a user