Data
- Shiori version: v1.7.0 branch
- Database Engine: SQLite (the default).
- Operating system: FreeBSD 14
- CLI/Web interface/Web Extension: CLI
Describe the bug / actual behavior
Trying to build Shiori from source results in:
internal/database/database.go:59:10: undefined: OpenSQLiteDatabase
Expected behavior
The build should succeed.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/go-shiori/shiori.git
git checkout v1.7.0
go build
- See error
Notes
Likely not a bug; rather, I'm missing something in the build process.
Data
Describe the bug / actual behavior
Trying to build Shiori from source results in:
Expected behavior
The build should succeed.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/go-shiori/shiori.gitgit checkout v1.7.0go buildNotes
Likely not a bug; rather, I'm missing something in the build process.