repository
0.0.0-20240218212615-ab0606d9c8c4
Repository: https://github.com/l11r/masked-email-bot.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Masked Email Bot
Currently, works only with Fastmail.com.
To build static binary you can use this script:
#!/bin/sh
docker build -t masked-email-bot .
id=$(docker create masked-email-bot)
docker cp $id:/usr/local/bin/masked-email-bot .
docker rm -v $id
It requires podman
or docker
.