diff options
author | Joop Kiefte <ikojba@gmail.com> | 2021-12-10 13:01:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 13:01:14 +0000 |
commit | 7aa71680132984ba729c12af727fddd6d23670d2 (patch) | |
tree | 8cc5be934b5f6a0720245f0f2e1b8f365e26eec7 /go.mod | |
parent | f0b034381cb18671b9ffe718b01ed429c33fbd12 (diff) |
Implement Proof of Work
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module git.kiefte.eu/lapingvino/infodump + +go 1.17 |