Update build instructions
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Daniil Gentili 2023-05-01 19:51:50 +02:00
parent d5c467c691
commit d28efaf60d
Signed by: danog
GPG key ID: 8C1BE3B34B230CA7
2 changed files with 12 additions and 6 deletions

View file

@ -11,6 +11,8 @@ import (
"time"
"github.com/gofiber/fiber/v2"
// Needed to use sqlite3 databases
_ "github.com/mattn/go-sqlite3"
)