Below you will find pages that utilize the taxonomy term “golang”
Tech
Introducing go-goldapi: a Go Package for Querying Precious Metal Prices
Photo by Stanislaw Zarychta on Unsplash
Would you like to have automation workflows or alerting related to current spot pricing of gold, silver, platinum or palladium? Of course you would! But first you need to grab the price…
Introducing go-goldapi, a Go package for querying current and historical precious metal prices from goldapi.io. Note: I am the author of the Go package (https://github.com/joel-g/go-goldapi) but I have no affiliation with goldapi.io.
Tech
How to Draw a Dick on the City of Bellevue’s “Report Gatherings” Map With Go
The city of Bellevue, Washington recently debuted an online tool to allow residents to report “gatherings” or other violations of Governor Inslee’s “shelter in place” order. Bellevue Police Department plans to make a heat map to identify areas with high concentrations of violations. This guide will walk through how to reverse engineer an API and use Go’s standard library to send form data. We’ll use the “report a gathering” application as the example API.