mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 21:34:37 +03:00
update to latest bstore (with support for an index on a []string: Message.DKIMDomains), and cyclic data types (to be used for Message.Part soon); also adds a context.Context to database operations.
This commit is contained in:
2
vendor/github.com/mjl-/bstore/Makefile
generated
vendored
2
vendor/github.com/mjl-/bstore/Makefile
generated
vendored
@ -2,7 +2,7 @@ build:
|
||||
go build ./...
|
||||
go vet ./...
|
||||
GOARCH=386 go vet ./...
|
||||
staticcheck ./...
|
||||
staticcheck -checks 'all,-ST1012' ./...
|
||||
./gendoc.sh
|
||||
|
||||
fmt:
|
||||
|
Reference in New Issue
Block a user