Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Okhrimenko <[email protected]>
  • Loading branch information
dxavx authored Dec 26, 2023
1 parent e7762c5 commit 03e9f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/agent/cmd/bc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func main() {
}

log.Info(fmt.Sprintf("[main] Go Version:%s ", goruntime.Version()))
log.Info(fmt.Sprintf("Hello from GitHub!"))
log.Info(fmt.Sprintf("[main] OS/Arch:Go OS/Arch:%s/%s ", goruntime.GOOS, goruntime.GOARCH))

log.Info("[main] CfgParams has been successfully created")
Expand Down

0 comments on commit 03e9f0c

Please sign in to comment.