Skip to content

Commit 59730bc

Browse files
committed
updated with last changes
2 parents e68a39e + 41f7fb2 commit 59730bc

File tree

6 files changed

+478
-429
lines changed

6 files changed

+478
-429
lines changed

pkg/common/func.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ func NewInterLinkConfig() (InterLinkConfig, error) {
5050
return InterLinkConfig{}, err
5151
}
5252

53-
log.G(context.Background()).Info("Loading InterLink config from " + path)
53+
log.G(context.Background()).Info("\u2705 Loading InterLink config from " + path)
5454
yfile, err := os.ReadFile(path)
5555
if err != nil {
56-
log.G(context.Background()).Error("Error opening config file, exiting...")
56+
log.G(context.Background()).Error("\u274C Error opening config file, exiting...")
5757
return InterLinkConfig{}, err
5858
}
5959
yaml.Unmarshal(yfile, &InterLinkConfigInst)

0 commit comments

Comments
 (0)