Skip to content

Commit

Permalink
Merge pull request #53 from andymac4182/feat/gitpod
Browse files Browse the repository at this point in the history
Add gitpod config
  • Loading branch information
gjbae1212 committed Jul 13, 2022
2 parents f96bb31 + 0a1a6a4 commit 5c61d0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.yml
@@ -0,0 +1,7 @@
tasks:
- init: go get && go build ./... && go test ./...
command: go run .

vscode:
extensions:
- golang.go

0 comments on commit 5c61d0b

Please sign in to comment.