Golanggo-spamcheck packageBecause there was no Golang package for Postmark’s spam API I decided to build one that can be easily used. Example Usage package main import ( “context” “encoding/json” “fmt” “log” …