Skip to content

Commit a608c3c

Browse files
committed
Provide Go language scripts to create policies using NetBackup policy APIs
1 parent 34b2e8b commit a608c3c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

recipes/go/policies/onestep/create_policy_in_one_step.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"fmt"
1010
"log"
1111
"os"
12-
"policies/helper"
12+
"policies/apihelper"
1313
)
1414

1515
//###################

recipes/go/policies/stepbystep/create_policy_step_by_step.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"fmt"
1010
"log"
1111
"os"
12-
"policies/helper"
12+
"policies/apihelper"
1313
)
1414

1515
//###################

0 commit comments

Comments
 (0)