commit facd2ed2cd4c08812fdab614831f47c821640584 parent 452395ed97aeffdbab6f3515fb2fa92bd3bde07f Author: phoebos <ben@bvnf.space> Date: Thu, 13 May 2021 16:29:14 +0100 add go.mod Diffstat:
A | go.mod | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/go.mod b/go.mod @@ -0,0 +1,3 @@ +module git.sr.ht/~phoebos/gemini + +go 1.16