From 2cbe18d1f8217671c314e398f825fe0107d814f7 Mon Sep 17 00:00:00 2001 From: Alessandro Festa <47183399+alfsuse@users.noreply.github.com> Date: Fri, 4 Dec 2020 18:11:50 +0100 Subject: [PATCH] Update initcloud.go --- internal/infra/cloud/initcloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/infra/cloud/initcloud.go b/internal/infra/cloud/initcloud.go index c13c3c4..008ea29 100644 --- a/internal/infra/cloud/initcloud.go +++ b/internal/infra/cloud/initcloud.go @@ -6,7 +6,7 @@ import ( "github.com/kf5i/k3ai-core/internal/shared" ) -//Init call the specific function for cloud. The function will be used later. +//Init call the specific function for cloud. The function will be used later func Init(data shared.TargetCustoms) error { fmt.Print(data) return nil