Compare commits

..

No commits in common. "main" and "v1.0.1" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
[![Mirror on GitHub](https://img.shields.io/badge/mirror-GitHub-blue)](https://github.com/jakoubek/sendamatic) [![Mirror on GitHub](https://img.shields.io/badge/mirror-GitHub-blue)](https://github.com/jakoubek/sendamatic)
[![Go Reference](https://pkg.go.dev/badge/code.beautifulmachines.dev/jakoubek/sendamatic.svg)](https://pkg.go.dev/code.beautifulmachines.dev/jakoubek/sendamatic) [![Go Reference](https://pkg.go.dev/badge/code.beautifulmachines.dev/jakoubek/sendamatic.svg)](https://pkg.go.dev/code.beautifulmachines.dev/jakoubek/sendamatic)
[![Go Report Card](https://goreportcard.com/badge/code.beautifulmachines.dev/jakoubek/sendamatic)](https://goreportcard.com/report/code.beautifulmachines.dev/jakoubek/sendamatic)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
A Go client library for the [Sendamatic](https://www.sendamatic.net) email delivery API. A Go client library for the [Sendamatic](https://www.sendamatic.net) email delivery API.

2
go.mod
View file

@ -1,3 +1,3 @@
module code.beautifulmachines.dev/jakoubek/sendamatic module code.beautifulmachines.dev/jakoubek/sendamatic
go 1.22 go 1.25.4