add missing comment
This commit is contained in:
parent
e1e0e0cb24
commit
7f9fa836ee
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ type Variable struct {
|
|||
value *objects.Object
|
||||
}
|
||||
|
||||
// NewVariable creates a Variable.
|
||||
func NewVariable(name string, value interface{}) (*Variable, error) {
|
||||
obj, err := interfaceToObject(value)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue