Skip to content

Commit 55ea855

Browse files
committed
moved fake manager to internal folder
1 parent 7f58869 commit 55ea855

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/secret_manager/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"flag"
55
"flowconf"
6-
"flowconf/examples/fake"
6+
"flowconf/examples/internal/fake"
77
"fmt"
88
"strings"
99
)

0 commit comments

Comments
 (0)