email-reminder:go-backend

Last commit made on 2025-12-21
Get this branch:
git clone -b go-backend https://git.launchpad.net/email-reminder
Only François Marier can upload to this branch. If you are François Marier please log in for upload directions.

Branch merges

Branch information

Name:
go-backend
Repository:
lp:email-reminder

Recent commits

c384220... by François Marier

Move ownership check to after the file is opened

68d0083... by François Marier

Use %w in an error message to preserve the original error structs

50c5fbb... by François Marier

Move Notifier interface and struct to a separate file

All of the logic for sending emails will be in this self-contained file.

e3f908b... by François Marier

Use an interface instead of a type alias for send() and sendDebug()

b33d98c... by François Marier

Add target to generate tarball from git

318b824... by François Marier

Include example systemd unit files

These are from the Debian package.

6887ed9... by François Marier

Update TODO file

bc9cde9... by François Marier

Fix file and directory ownership based on Debian package

c3b3c2d... by François Marier

Grammar fixes in documentation and comments

bcd9151... by François Marier

Delete all Perl code