add logger, rearrange database initialization
This commit is contained in:
parent
d26e7b8345
commit
735de8d657
7 changed files with 131 additions and 14 deletions
internal/database
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/vingarcia/ksql"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Product struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue