feat: implement memogram

This commit is contained in:
Steven
2024-05-14 22:04:46 +08:00
parent 3ebf96c827
commit 1dca2ffce0
11 changed files with 274 additions and 0 deletions

16
scripts/.air.toml Normal file
View File

@@ -0,0 +1,16 @@
root = "."
tmp_dir = ".air"
[build]
bin = "./.air/memogram"
cmd = "go build -o ./.air/memogram ./bin/memogram/main.go"
delay = 1000
exclude_dir = [".air", "build"]
include_ext = ["go", "mod", "sum"]
exclude_file = []
exclude_regex = []
exclude_unchanged = true
follow_symlink = false
send_interrupt = true
kill_delay = 2000
stop_on_error = true