initial release

make promises, make commitments, ~~make users~~ register users
This commit is contained in:
Gregory Bednov 2025-08-10 10:55:23 +03:00
commit 2b5bce7f6f
4 changed files with 276 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module lbc_client
go 1.24.3
require (
github.com/google/uuid v1.6.0
github.com/spf13/pflag v1.0.7
)