Go package name change

This commit is contained in:
Imbus 2024-02-13 09:20:49 +01:00
parent c9cd13747f
commit 4d39978af6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"io" "io"
"net/http" "net/http"
"tmp/internal/database" "ttime/internal/database"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
) )

View file

@ -1,4 +1,4 @@
module tmp module ttime
go 1.21.1 go 1.21.1