blob: e370c13bfa08ac82a0d9f57835332ef2de4baf2b [file] [log] [blame]
// Package cfg handles working with the Glide configuration files.
//
// The cfg package contains the ability to parse (unmarshal) and write (marshal)
// glide.yaml and glide.lock files. These files contains the details about
// projects managed by Glide.
package cfg