Go package name change
This commit is contained in:
parent
c9cd13747f
commit
4d39978af6
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
"tmp/internal/database"
|
||||
"ttime/internal/database"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module tmp
|
||||
module ttime
|
||||
|
||||
go 1.21.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue