Skip to content

Commit

Permalink
feat: add gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Dec 2, 2020
1 parent 6d356a6 commit c04f9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
@@ -0,0 +1,3 @@
tasks:
- init: go get && go build ./... && go test ./...
command: go run
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,8 @@
[![Go Report Card](https://goreportcard.com/badge/moul.io/golang-repo-template)](https://goreportcard.com/report/moul.io/golang-repo-template)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/golang-repo-template/badge)](https://www.codefactor.io/repository/github/moul/golang-repo-template)

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/moul/golang-tepo-template)

## Usage

[embedmd]:# (.tmp/usage.txt console)
Expand Down

0 comments on commit c04f9ff

Please sign in to comment.