Skip to content

Instantly share code, notes, and snippets.

/**
* Grafana decoder
*
* This is a handy script to help at migrating Grafana. It should not be used for illegal activities.
*
* Usage: go run decode.go <base64_encoded_secret_data>
**/
package main