diff --git a/examples/storage.go b/examples/storage.go index 26a7f5dc7..002c98d62 100644 --- a/examples/storage.go +++ b/examples/storage.go @@ -5,7 +5,7 @@ import ( ) func Main(operation string, args []interface{}) interface{} { - var ctx = storage.GetContext() + ctx := storage.GetContext() // Puts value at key if operation == "put" {