We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1517e6 commit 7894b9aCopy full SHA for 7894b9a
README.md
@@ -19,7 +19,7 @@ Go **1.11** \(with enabled [Go Modules](https://golang.org/doc/go1.11#modules)\)
19
Installation is done using the [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command:
20
21
```bash
22
-go get -u github.com/gofiber/fiber
+go get -u github.com/gofiber/fiber/...
23
```
24
25
## Hello, World!
0 commit comments