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