1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Andreev 0bcf1bfce3
Changed arav.top to arav.su. 2023-03-11 22:21:33 +04:00
Alexander Andreev aa18347d31
git.arav.top changed to git.arav.su. 2023-03-11 22:21:12 +04:00
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
"fmt"
"time"
"git.arav.top/Arav/justguestbook/guestbook"
"git.arav.su/Arav/justguestbook/guestbook"
_ "github.com/mattn/go-sqlite3"
"github.com/pkg/errors"
)

View File

@ -3,8 +3,8 @@ package sqlite_test
import (
"testing"
"git.arav.top/Arav/justguestbook/database/sqlite"
"git.arav.top/Arav/justguestbook/guestbook"
"git.arav.su/Arav/justguestbook/database/sqlite"
"git.arav.su/Arav/justguestbook/guestbook"
"github.com/pkg/errors"
)

2
go.mod
View File

@ -1,4 +1,4 @@
module git.arav.top/Arav/justguestbook
module git.arav.su/Arav/justguestbook
go 1.19