Update README.md

pull/146/head
Fenny 2020-02-14 02:10:33 +01:00 committed by GitHub
parent e09f26f907
commit 53af34492c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

14
.github/README.md vendored
View File

@ -306,9 +306,21 @@ If you want to say **thank you** and/or support the active development of `Fiber
`Fiber` is free and open-source software licensed under the [MIT License](https://github.com/gofiber/fiber/blob/master/LICENSE).
# A collapsible section containing code
<details>
<summary>Click to expand!</summary>
```javascript
function whatIsLove() {
console.log('Baby Don't hurt me. Don't hurt me');
return 'No more';
}
```
</details>
<details>
<summary>📜 Show code snippet</summary>
```go
```golang
func main() {
app := fiber.New()