diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-09-16 17:39:45 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-09-16 17:39:45 +0200 |
commit | 1689c55dfc551b3aa31049a7a8794cf8b7fcf75f (patch) | |
tree | 0f61460f81aa7f2081541ac30befc7c530606016 | |
parent | 46019c47317d993e3b2ffafe62722ef01cd8e0d2 (diff) |
added go.mod
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module git.kesim.org/oec/playdot + +go 1.13 |