Golang Analytics SDK 0.2.0 released

We are very excited to announce the release of the Golang Analytics SDK!

This release brings some changes to the README file, such as a more throughout quickstart example and some shiny new badges at the top, and extends the Get methods, adding two new functions which allow the retrieval of fields from unstruct_event and contexts inside the parsed event.

Features

  • Updated README quickstart example to code that actually runs (closes #13)
  • Added further badges to README (closes #5)
  • Added functions for getting nested values in contexts and unstruct_event (closes #9)

Upgrading
Simply bump the github.com/snowplow/snowplow-golang-analytics-sdk Golang package version to 0.2.0 in your repository.

3 Likes