This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 |