mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 14:30:41 +00:00
More minor grammar fixes
This commit is contained in:
@ -116,7 +116,7 @@ func parseYML(buf []byte) (cnf map[string]interface{}, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
// ConfigContainer A Config represents the yaml configuration.
|
||||
// ConfigContainer is a config which represents the yaml configuration.
|
||||
type ConfigContainer struct {
|
||||
data map[string]interface{}
|
||||
sync.RWMutex
|
||||
|
Reference in New Issue
Block a user