From 898e621610b7c654224e298844d33eb8d6cd14c7 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 10 Apr 2024 00:46:26 +0700 Subject: [PATCH] chibisafe_netstorage_middleman : add note --- Readme.md | 5 ++++- go.mod | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 595d899..0534c82 100644 --- a/Readme.md +++ b/Readme.md @@ -5,4 +5,7 @@ how to use this repo? git clone https://github.com/minoplhy/chibisafe_netstorage_middleman && cd chibisafe_netstorage_middleman docker compose up -d ``` -should be just fine :D \ No newline at end of file +should be just fine :D + +~PS.because the whole project was written within 8–10 hours, so the code might look a bit messy. I'll clean things up when I have time. +~ \ No newline at end of file diff --git a/go.mod b/go.mod index 1201e0a..55bf367 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module github.com/minoplhy/chibisafe_netstorage_middleman go 1.22.2 - -require github.com/joho/godotenv v1.5.1