Read data from a public bucket using gzip compression.
First bit of code opens a bucket and lists contents.
Next reads a gzip json file and deserializes it to an array. Please note not very efficient for a large array since the byte array is loaded into memory.
package main
import (
"compress/gzip"