This commit is contained in:
Timofey.Kovalev
2020-01-15 10:55:22 +03:00
parent 9179f157d4
commit d0344aff9e
5 changed files with 10 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
files-server
+3
View File
@@ -0,0 +1,3 @@
# File server
Provides access to files and their list
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"build": [ "build": [
["go", "build", "-o", "files-server"] ["make"]
], ],
"services": [ "services": [
{ {
+1 -1
View File
@@ -63,7 +63,7 @@
{{end}} {{end}}
<div class="alert alert-primary" role="alert"> <div class="alert alert-primary" role="alert">
<small>By dedal.qq (c) 2018</small> <small>By dedal.qq (c) 2020</small>
</div> </div>
</div> </div>
</body> </body>
+4
View File
@@ -0,0 +1,4 @@
all: build
build:
go build -o files-server