Skip to content

Commit 58d632f

Browse files
authored
Merge pull request #100 from bmoffatt/patch-1
remove backticks from go structured type sample
2 parents 5c07176 + 8b25500 commit 58d632f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/go-programming-model-handler-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import (
5252
"fmt"
5353
"github.com/aws/aws-lambda-go/lambda"
5454
)
55-
``
55+
5656
type MyEvent struct {
5757
Name string `json:"What is your name?"`
5858
Age int `json:"How old are you?"`
@@ -178,4 +178,4 @@ func LambdaHandler() (int, error) {
178178
func main() {
179179
lambda.Start(LambdaHandler)
180180
}
181-
```
181+
```

0 commit comments

Comments
 (0)