2b1e5f69e2
* update go version to 1.18 for api and sdk, go mod tidy * removes ioutil usage everywhere which was deprecated in go1.16 in favour of io and os packages. Also introduces a lint rule which forbids use of ioutil going forward. Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com> |
||
---|---|---|
.. | ||
dist | ||
testdata | ||
README.md | ||
buf_index_fs.go | ||
buffered_file.go | ||
redirect_fs.go | ||
ui_template_data.go | ||
uiserver.go | ||
uiserver_test.go |
README.md
uiserver
The contents of dist/
are generated by make ui
in the root of this repo
which compiles ui
assets and copies them here.
A CI job (publish-static-assets
) will detect any diffs in ui
files and
commit the compiled files. Avoid committing files manually to dist/
.