package config type Config struct { PublicKeyPath string PrivateKeyPath string } var Default = Config{}