1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 06:33:09 +00:00

Update go get example

This commit is contained in:
Fenny 2020-03-04 13:57:49 +01:00
parent ef8ff905d6
commit 5321ec650d

View File

@ -88,7 +88,7 @@ En primer lugar, [descargue](https://golang.org/dl/) e instale Go. Se requiere `
La instalación se realiza con el comando [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) :
```bash
go get github.com/gofiber/fiber
go get github.com/gofiber/fiber/...
```
## 🤖 Puntos de referencia