We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7633cd2 commit 102ab7bCopy full SHA for 102ab7b
dsl/ops/lookup.go
@@ -4,7 +4,7 @@ import "github.com/vim-volt/volt/dsl/types"
4
5
// opsMap holds all operation structs.
6
// All operations in dsl/op/*.go sets its struct to this in init()
7
-var opsMap map[string]types.Op
+var opsMap = make(map[string]types.Op)
8
9
// Lookup looks up operator name
10
func Lookup(name string) (types.Op, bool) {
0 commit comments