engine, lang: Misc fixes for golang lint

This commit is contained in:
James Shubin
2021-08-09 16:55:31 -04:00
parent 3718372288
commit c555478b54
5 changed files with 9 additions and 14 deletions

View File

@@ -23,6 +23,6 @@ const (
ModuleSep = "."
// VarPrefix is the prefix character that precedes the variables
// identifer. For example, `$foo` or for a lambda, `$fn(42)`.
// identifier. For example, `$foo` or for a lambda, `$fn(42)`.
VarPrefix = "$"
)