start commit, first version of golang application sample with configuration management and docker

This commit is contained in:
2021-02-20 00:39:46 +03:00
commit 304b9c7381
13 changed files with 376 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# go generations
*.exe
# IDEA project files
/.idea
# Visual Studio Code workspace files
/workstations.code-workspace
# vendoring
/vendor/
/build/