commit 93b48a6da4a1764a0dd4a9d66bf81688b3dba5d4 Author: Akilan Date: Fri Dec 9 16:43:39 2022 +0000 added go.mod init diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..9cc47ec --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/PeernetOfficial/Abstraction + +go 1.19