read XSDTime w/o alloc

This commit is contained in:
Simon Martens
2025-03-26 11:02:24 +01:00
parent 0ff2e98c88
commit dd24aea0a3
4 changed files with 73 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html", "gohtml", "js", "css", "xsl"]
include_ext = ["go"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"
@@ -54,7 +54,7 @@ time = false
clean_on_exit = true
[proxy]
app_port = 8090
app_port = 8080
enabled = true
proxy_port = 8081