diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-27 04:31:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-27 04:31:01 +0000 |
commit | 6d11ff02c25dfafab00a007d731de4d9767934a2 (patch) | |
tree | 4aa26026cfa83ba73ca493edb66114dbe5d4bd61 | |
parent | update for the postman file (diff) | |
download | hived-6d11ff02c25dfafab00a007d731de4d9767934a2.tar.gz hived-6d11ff02c25dfafab00a007d731de4d9767934a2.zip |
gitpod
-rw-r--r-- | .gitpod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..0fc07cc --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: ./Dockerfile + +tasks: + - init: go mod download |