clock: add go.mod

This commit is contained in:
Andras Banki-Horvath
2020-05-27 06:50:26 +02:00
parent 24c865450a
commit fc87e8358e
2 changed files with 6 additions and 0 deletions

3
clock/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/lightningnetwork/lnd/clock
go 1.13