about summary refs log tree commit diff
path: root/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 /go.mod
parent4b82d2d2530339ecf3fba494ec0ed71653af4ce6 (diff)
initial setup
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c968279
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module git.darknebu.la/emile/faila
+
+go 1.13
+
+replace git.darknebu.la/emile/faila/src/structs => ./src/structs
+
+replace git.darknebu.la/emile/faila/src/http => ./src/http