This commit is contained in:
2025-11-29 11:16:57 +01:00
parent 35b63a8a6e
commit 781a499a6c
4 changed files with 10 additions and 17 deletions

5
main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
// $ git config user.name <user>
// $ git config user.email <email>
// $ go mod tidy; go mod download