package
2.4.1+incompatible
Repository: https://github.com/exercism/go-exercism.git
Documentation: pkg.go.dev

# Functions

Config will return the correct input path given any input.
Exercises will return the correct exercises path given any input.
IsDir determines whether the given path is a valid directory path.

# Constants

DirExercises is the default name of the directory for active users.
File is the default name of the JSON file where the config written.

# Variables

ConfigHome will contain $XDG_CONFIG_HOME if it is set or default config home directory.
DefaultConfig will contain default path to config, according to Home.
Home by default will contact the location of your home directory.