You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlbinoGeek
changed the title
As vTriple, I want to encrypt my config file, so I can secure my API key
As wroersma, I want to encrypt my config file, so I can secure my API key
Nov 13, 2020
package types
Config struct
Config.Load(filename) error
Config.LoadEncrypted(filename, passphrase) error
Config.Save(filename) error
Config.SaveEncrypted(filename, passphrase) error
NewConfig() *Config
The text was updated successfully, but these errors were encountered: