[PD1] Structured client.
Still need to create crypto object and use it to encrypt messages Need to create TLS still
This commit is contained in:
parent
278b8e1a73
commit
cdaae8fb7e
9 changed files with 252 additions and 110 deletions
|
@ -1,9 +1,9 @@
|
|||
[targets.setup]
|
||||
wildcards=[["golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest","github.com/kisielk/errcheck@latest"]]
|
||||
wildcards=[["golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest"]]
|
||||
cmd="go install @@"
|
||||
|
||||
[targets.check]
|
||||
wildcards=[["go vet ./...","shadow ./...","errcheck ./..."]]
|
||||
wildcards=[["go vet ./...","shadow ./..."]]
|
||||
cmd="@@"
|
||||
|
||||
[targets.build]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue