mirror of
https://github.com/astaxie/beego.git
synced 2025-07-07 02:30:18 +00:00
Add map shortcut and ServeFormatted method in output
This commit is contained in:
@ -692,7 +692,7 @@ func ge(arg1, arg2 interface{}) (bool, error) {
|
||||
|
||||
// MapGet getting value from map by keys
|
||||
// usage:
|
||||
// Data["m"] = map[string]interface{} {
|
||||
// Data["m"] = M{
|
||||
// "a": 1,
|
||||
// "1": map[string]float64{
|
||||
// "c": 4,
|
||||
|
Reference in New Issue
Block a user