module update

This commit is contained in:
Piotr Biernat
2024-12-06 16:14:44 +01:00
parent 1f4b619e89
commit 2cf4d4c25d
8 changed files with 54 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
package catalog
package dto
import (
"time"

View File

@@ -1,4 +1,4 @@
package catalog
package entity
import "github.com/jackc/pgtype"

View File

@@ -1,4 +1,4 @@
package catalog
package model
import "github.com/jackc/pgtype"