diff options
author | Emile <hanemile@protonmail.com> | 2020-03-15 18:45:14 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-15 18:45:14 +0100 |
commit | 2886564f260fbc540cf8f13149958d12a796f5c6 (patch) | |
tree | 17e95593b8fe31190993ae8f151f47618feb3044 /src/http | |
parent | 4b82d2d2530339ecf3fba494ec0ed71653af4ce6 (diff) |
initial setup
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/go.mod | 3 |
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 |