diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-26 12:39:26 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-26 13:24:24 +0200 |
commit | 5863040f9323e210df0908333c6e85d63af000c0 (patch) | |
tree | 8c8838c68b7566b42d9dd84abe7212e93b1740ea /xS/go.mod | |
parent | f891e5ca638ead13485cc490320e74d698641623 (diff) | |
download | xK-5863040f9323e210df0908333c6e85d63af000c0.tar.gz xK-5863040f9323e210df0908333c6e85d63af000c0.tar.xz xK-5863040f9323e210df0908333c6e85d63af000c0.zip |
Update documentation, clean up
Diffstat (limited to 'xS/go.mod')
-rw-r--r-- | xS/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xS/go.mod b/xS/go.mod new file mode 100644 index 0000000..9752c95 --- /dev/null +++ b/xS/go.mod @@ -0,0 +1,3 @@ +module janouch.name/xK/xS + +go 1.19 |