Skip to content

Instantly share code, notes, and snippets.

@fhk
Created August 12, 2021 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhk/f49fbfe7907d96ead4af385addc520b7 to your computer and use it in GitHub Desktop.
Save fhk/f49fbfe7907d96ead4af385addc520b7 to your computer and use it in GitHub Desktop.
wget https://golang.org/dl/go1.16.7.linux-amd64.tar.gz;
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.16.7.linux-amd64.tar.gz;
export PATH=$PATH:/usr/local/go/bin;
export GOPATH=$HOME/go;
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin;
go get github.com/fraugster/parquet-go/cmd/csv2parquet;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment