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 91bc3acb08 - Show all commits

View File

@ -31,10 +31,7 @@ tasks:
lint: lint:
desc: "Lints whole workspace." desc: "Lints whole workspace."
cmds: cmds:
- golangci-lint run client/... - golangci-lint run
- ls -lah /home/container
- ls -lah /home/container/go
- ls -lah /home/container/golangci-lint
test: test:
desc: "Test whole workspace" desc: "Test whole workspace"