1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-13 09:20:41 +00:00

Minor grammar fixes

This commit is contained in:
IamCathal
2020-08-05 17:44:39 +01:00
parent 3382a5baa1
commit 2f5683610f
7 changed files with 77 additions and 76 deletions

View File

@ -34,7 +34,7 @@ func init() {
}
}
// Get returns a value by key.
// Get returns a value for a given key.
// If the key does not exist, the default value will be returned.
func Get(key string, defVal string) string {
if val := env.Get(key); val != nil {