Skip to content

Commit

Permalink
fix(go): Use fmt to placate compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 1, 2024
1 parent 9250ff0 commit 8defed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func main() {
panic(err)
}

fmt.Println("Inferable is running!")

defer client.Default.Stop()

// Trigger a Run programmatically
Expand Down

0 comments on commit 8defed5

Please sign in to comment.