Rename all Go module paths

This commit is contained in:
2021-07-10 17:47:38 +10:00
parent 81d7d5459b
commit 90dd53c573
34 changed files with 135 additions and 135 deletions

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/prologic/bitcask/internal"
"git.mills.io/prologic/bitcask/internal"
"github.com/stretchr/testify/assert"
)