From 2f1585a42736ca6bcb7ee454971ea48db7407503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 22:35:45 +0200 Subject: [PATCH] Update matrix.go --- functions/matrix.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/matrix.go b/functions/matrix.go index c844724..9cc6bf6 100644 --- a/functions/matrix.go +++ b/functions/matrix.go @@ -1,7 +1,10 @@ package kubeless -import "fmt" +import ( + "fmt" + "github.com/kubeless/kubeless/pkg/functions" +) func main() { //Defining 2D matrices m1 := [3][3]int{