Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Apr 29, 2018
1 parent 89268ec commit e3fe088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/introduce/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ func Handler(request events.APIGatewayProxyRequest) (events.APIGatewayProxyRespo
log.Printf("request id: %s\n", request.RequestContext.RequestID)

simpleMap := map[string]string{
"hello": "world",
"description": "Paranoid text spacing as a service",
"usage": "https://github.com/vinta/pangu.space",
}
simpleMapJSON, _ := json.MarshalIndent(simpleMap, "", " ")

Expand Down

0 comments on commit e3fe088

Please sign in to comment.