updated ui/dist and some lint warnings

This commit is contained in:
Gani Georgiev
2023-07-30 13:40:22 +03:00
parent ac1fd74942
commit bb4a5cfe83
47 changed files with 3421 additions and 3453 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
// Package template is a thin wrapper arround the standard html/template
// Package template is a thin wrapper around the standard html/template
// and text/template packages that implements a convenient registry to
// load and cache templates on the fly concurrently.
//
// It was created to assist the JSVM plugin HTML rendering, but could be used in other Go code.
//
// Example:
//
// registry := template.NewRegistry()
//
// html1, err := registry.LoadFiles(