diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/templates-noembed.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/templates-noembed.go b/static/templates-noembed.go index 7a3c541..c0dfe7f 100755 --- a/static/templates-noembed.go +++ b/static/templates-noembed.go @@ -91,7 +91,7 @@ func try(err error) { } } -/* сделано на основе https://github.com/psanford/memfs; требуется для корректной работы templates.ParseFS */ +/* based on https://github.com/psanford/memfs; required for templates.ParseFS to work correctly */ type fileInfo struct { name string } |
