go-spamcheck package

go-spamcheck package

Because 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” …

gocmd package

gocmd package

Not in the mood to write much so I’ll keep this short… Working with shell commands is quite a fuckin’ job in Golang. Running a command, waiting for it to …

go-fdb package

go-fdb package

I’ve always been a fan of using super cheap VPSs and building various spammy/databaseish stuff on them that can handle lots of data and traffic. lowendbox is my go to …