init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"cake_crm/internal/models/storage/storage_file"
|
||||
)
|
||||
|
||||
func main() {
|
||||
storage := storage_file.NewStorageFile("resources/db.json")
|
||||
_ = storage
|
||||
}
|
||||
Reference in New Issue
Block a user