1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 08:24:07 +00:00
fiber/.gitpod.yml
Sven Efftinge b1e7d4ae0a Add gitpod config
this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
2020-02-08 13:08:07 +00:00

3 lines
59 B
YAML

tasks:
- init: go get && go build ./... && go test ./...