From 8defed5e64a9d9a5f4c9bd5c69e0ae6c41d9e548 Mon Sep 17 00:00:00 2001 From: John Smith Date: Fri, 1 Nov 2024 11:38:31 +1030 Subject: [PATCH] fix(go): Use fmt to placate compiler --- bootstrap-go/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-go/main.go b/bootstrap-go/main.go index 6ad88c80..164de88e 100644 --- a/bootstrap-go/main.go +++ b/bootstrap-go/main.go @@ -84,6 +84,8 @@ func main() { panic(err) } + fmt.Println("Inferable is running!") + defer client.Default.Stop() // Trigger a Run programmatically