Skip to content

Commit a7b913a

Browse files
authored
change import in main.go (#19)
1 parent fcc34c5 commit a7b913a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/cp-mgmt-api-go-sdk/Examples"
5+
//"github.com/cp-mgmt-api-go-sdk/Examples"
6+
"./Examples"
67
"os"
78
)
89

0 commit comments

Comments
 (0)