Первый прототип с основными возможностями

This commit is contained in:
2024-07-31 07:58:22 +03:00
parent 423cff473f
commit cf036565c4
41 changed files with 6969 additions and 2 deletions

18
.air.toml Normal file
View File

@@ -0,0 +1,18 @@
root = "."
tmp_dir = ".air"
[build]
pre_cmd = ["killall -9 muninn 2>/dev/null || true"] # kill off potential zombie processes from previous runs
cmd = "make --no-print-directory build"
bin = "muninn"
delay = 2000
include_ext = ["go"]
include_file = ["main.go"]
include_dir = []
exclude_dir = [
]
exclude_regex = ["_test.go$", "_gen.go$"]
stop_on_error = true
[log]
main_only = true