From b2e6b78b7ddb657273da01bdfeb0cb0dc3a35623 Mon Sep 17 00:00:00 2001 From: BecodReyes Date: Thu, 14 Apr 2022 14:55:34 +0000 Subject: [PATCH] bump --- .gitpod.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index e5306c8d..00000000 --- a/.gitpod.yml +++ /dev/null @@ -1,9 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. - -tasks: - - init: go get && go build ./... && go test ./... && make - command: go run - -