1
0
Fork 0

Changed arav.top to arav.su.

This commit is contained in:
Alexander Andreev 2023-03-11 22:21:33 +04:00
parent aa18347d31
commit 0bcf1bfce3
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 3 additions and 3 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"
)