Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Alviner authored Jan 25, 2024
1 parent 84ceca1 commit 319b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tempdb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
if err := db.CreateDatabase(ctx, "example", ""); err != nil {
log.Fatal(err)
}
// .. useful staff
defer db.DeleteDatabase(ctx, "example")
// .. useful staff

}

0 comments on commit 319b5d6

Please sign in to comment.