Compare commits

...

2 commits

Author SHA1 Message Date
9e4a528d88 Changed minimal Go version to 1.22 2025-11-19 09:19:46 +01:00
b61c90def6 Added badge for Go report card 2025-11-18 19:20:53 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
[![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 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)
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
go 1.25.4
go 1.22