Versions in this module Expand all Collapse all v1 v1.7.1 Sep 20, 2014 Changes in this version type Config + API string + ExercismDirectory string + ProblemsHost string + XAPI string + func (c *Config) IsAuthenticated() bool + func (c *Config) Read(file string) error v1.7.0 Aug 28, 2014 Changes in this version + const DirExercises + const File + const Host + const LegacyFile + func DefaultAssignmentPath() string + func FilePath(file string) (string, error) + func Home() (string, error) + func HomeDir() string + func ReplaceTilde(path string) string + func WithDefaultPath(p string) string + type Config struct + APIKey string + Dir string + Hostname string + func Decode(r io.Reader) (*Config, error) + func Demo() *Config + func New(key, host, dir string) (*Config, error) + func Read(file string) (*Config, error) + func (c *Config) Encode(w io.Writer) error + func (c *Config) File() string + func (c *Config) SavePath(file string) + func (c *Config) Write() error