Skip to content

Commit

Permalink
Merge pull request awsdocs#100 from bmoffatt/patch-1
Browse files Browse the repository at this point in the history
remove backticks from go structured type sample
  • Loading branch information
mwunderl authored Apr 2, 2019
2 parents 5c07176 + 8b25500 commit 58d632f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_source/go-programming-model-handler-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import (
"fmt"
"github.com/aws/aws-lambda-go/lambda"
)
``
type MyEvent struct {
Name string `json:"What is your name?"`
Age int `json:"How old are you?"`
Expand Down Expand Up @@ -178,4 +178,4 @@ func LambdaHandler() (int, error) {
func main() {
lambda.Start(LambdaHandler)
}
```
```

0 comments on commit 58d632f

Please sign in to comment.