// 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 |