mirror of
https://github.com/grdl/git-get.git
synced 2026-02-08 02:19:18 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
package git
|
||||
|
||||
import (
|
||||
"git-get/pkg/git/test"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"reflect"
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
"github.com/grdl/git-get/pkg/git/test"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user