Sets up and initializes database for freed (SQLite)
This commit is contained in:
parent
6f79f255d9
commit
23e29c44f4
5 changed files with 221 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ tmp_dir = ".tmp"
|
|||
bin = "./.tmp/main"
|
||||
cmd = "go build -o ./.tmp/main ."
|
||||
delay = 1000
|
||||
exclude_dir = ["assets", ".tmp", "tmp", "vendor", "testdata"]
|
||||
exclude_dir = ["assets", ".tmp", "tmp", "vendor", "testdata", "internal/database/tmp"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue