diff options
author | axtloss <axtlos@getcryst.al> | 2024-01-26 21:26:07 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-01-26 21:26:07 +0100 |
commit | 1b50046a214d81fe98c94a1220f7cbc1eeac669b (patch) | |
tree | 5cc0ea1ddff17def3764f582380a77024ef59c28 | |
parent | 17875ae65fcf5c9aae43804bf1baf099f367725e (diff) | |
download | fsverify-1b50046a214d81fe98c94a1220f7cbc1eeac669b.tar.gz fsverify-1b50046a214d81fe98c94a1220f7cbc1eeac669b.tar.bz2 |
Add go project
Diffstat (limited to '')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/axtloss/fsverify + +go 1.21.6 |