Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baxiry committed Oct 11, 2024
1 parent 4d849b6 commit e0d3e57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ import (
//go:embed static
var content embed.FS

// TODO: Close program gracefully.

func main() {

// TODO: Close program gracefully.
db := engine.NewDB("test.db")
db.CreateCollection("test")
defer db.Close()
Expand Down

0 comments on commit e0d3e57

Please sign in to comment.