mirror of
https://github.com/imjasonh/appengine-value
synced 2026-07-06 22:12:22 +00:00
update usage sample for GetMulti
This commit is contained in:
parent
87e9551ae4
commit
bd93c5f186
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ If you have multiple values, you can **batch lookups**:
|
|||
```
|
||||
func doOAuth(c appengine.Context) {
|
||||
vals := value.GetMulti(c, "client_id", "client_secret")
|
||||
// use vals["clientID"] and vals["clientSecret"]
|
||||
clientID, clientSecret := vals["client_id"], vals["client_secret"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue