1
0
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-02-03 01:38:38 +03:00
mox/store
Mechiel Lukkien 08eb1a5472
in store/, change functions from calling panic to returning errors
this is a library package, errors should be explicit. callers had to be careful
when calling these "X" functions. now it's explicit.
2023-04-20 14:16:56 +02:00
..
account.go in store/, change functions from calling panic to returning errors 2023-04-20 14:16:56 +02:00
account_test.go in store/, change functions from calling panic to returning errors 2023-04-20 14:16:56 +02:00
export.go in store/, change functions from calling panic to returning errors 2023-04-20 14:16:56 +02:00
export_test.go only check the autotls hostnames once when serving 2023-03-05 23:56:02 +01:00
import.go
import_test.go
msgreader.go
msgreader_test.go
state.go
tmp.go
train.go
validation.go