Skip to content

Commit

Permalink
Add docs from gofiber/template@8fc0016
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent 1899153 commit 09b2475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/template/html/TEMPLATES_CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Go templates can also be used with javascript. Structs and maps will be expanded

```js
// Javascript
var cat = {"Name":"Sam", "Age" 12}
var cat = {"Name":"Sam", "Age":12}
```

---
Expand Down

0 comments on commit 09b2475

Please sign in to comment.