Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Update initcloud.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alfsuse authored Dec 4, 2020
1 parent c07c8d5 commit 2cbe18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/infra/cloud/initcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cbe18d

Please sign in to comment.