fix urls
This commit is contained in:
parent
17bb653939
commit
7332fd6fad
24 changed files with 45 additions and 45 deletions
|
@ -7,8 +7,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/store"
|
||||
"github.com/genudine/saerro-go/util"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/store/storemock"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store/storemock"
|
||||
)
|
||||
|
||||
func TestRun(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue