mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-04-14 06:49:23 +02:00
package users can now act accordingly on startup errors, for example by exiting with a non-zero code. this is useful when running a service, notifying a supervising process about such failures. although this is technically a breaking change, most pkg users should be unaffected since Start and StartConf returned nothing before this commit.
Languages
Go
100%