updated accounts page: display user info and list shops
This commit is contained in:
@@ -65,6 +65,11 @@ func Routes(
|
||||
return accounts.NewPlatform(s)
|
||||
},
|
||||
|
||||
// strings
|
||||
"lowerCamelCase": func(s string) string {
|
||||
return strings.ToLower(strings.Join(strings.Split(s, " "), "_"))
|
||||
},
|
||||
|
||||
// arithmetic
|
||||
"addInt": func(a, b int) int {
|
||||
return a + b
|
||||
|
||||
Reference in New Issue
Block a user