diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-13 12:58:01 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 12:58:47 +0200 |
commit | a4d568c16750dcaeab50692e103e24473ae22909 (patch) | |
tree | 2c2e586d112131e25a35a6ee73bb124e44e714b1 | |
parent | 953080243bbef6d448bdb387fe7ea7a2f17e8d02 (diff) |
build: init Go module
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module push-f.com/lex-surf + +go 1.23.5 |