Update matrix.go

This commit is contained in:
Torma Kristóf 2019-04-02 22:35:45 +02:00 committed by GitHub
parent 69a33f8c93
commit 2f1585a427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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{