Automatr - AI-Powered Email Classification for Outlook
A local-first email assistant that uses multi-layer AI classification to automatically categorize, archive, and summarize Outlook emails.
Posts tagged with "go"
A local-first email assistant that uses multi-layer AI classification to automatically categorize, archive, and summarize Outlook emails.
Building an Instapaper export tool in an hour with Claude Code to transform 14,000 saved articles into a searchable knowledge base for Obsidian research.
The go standard library has all you json needs covered - the JSON package has methods for both encoding and decoding to/from JSON.
In go you will sometimes write more code than you are used to in most higher level languages, but will have a lot more control over how it is done.
Reading from stdin in go is as easy as reading from os.Stdin - the ioutil.ReadAll method reads all bytes into a buffer.
Go has a main method with no arguments in its signature - you read the program arguments from os.Args.