about summary refs log tree commit diff
path: root/src/http/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-15 18:45:14 +0100
committerEmile <hanemile@protonmail.com>2020-03-15 18:45:14 +0100
commit2886564f260fbc540cf8f13149958d12a796f5c6 (patch)
tree17e95593b8fe31190993ae8f151f47618feb3044 /src/http/go.mod
parent4b82d2d2530339ecf3fba494ec0ed71653af4ce6 (diff)
initial setup
Diffstat (limited to 'src/http/go.mod')
-rw-r--r--src/http/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/go.mod b/src/http/go.mod
new file mode 100644
index 0000000..2ebe99f
--- /dev/null
+++ b/src/http/go.mod
@@ -0,0 +1,3 @@
+module git.darknebu.la/emile/faila/src/http
+
+go 1.13