diff options
author | xegineering <me@xegineering.eu> | 2024-10-01 21:46:13 +0200 |
---|---|---|
committer | xegineering <me@xegineering.eu> | 2024-10-01 21:46:13 +0200 |
commit | 4994a8accde17c5364e580eedc5ca1e91bf35197 (patch) | |
tree | fb5caf7da3acc34e0a43d1e7ba412b373d106636 | |
parent | c472e5c7dee2e1cb16e297b23726a714521e8e0b (diff) | |
download | soundbox-go-4994a8accde17c5364e580eedc5ca1e91bf35197.tar soundbox-go-4994a8accde17c5364e580eedc5ca1e91bf35197.tar.zst soundbox-go-4994a8accde17c5364e580eedc5ca1e91bf35197.zip |
Add go.mod
This makes this repository a Go module.
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module xengineering.eu/soundbox-go + +go 1.23.1 |