Basic client and server apps. #41

Open
pztrn wants to merge 32 commits from 2-client-basics into feature/1-basics
Showing only changes of commit fbb3733375 - Show all commits

View File

@ -27,3 +27,8 @@ tasks:
internal: true
cmds:
- mkdir -p .build
lint:
desc: "Lints whole workspace."
cmds:
- golangci-lint run client/...