Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-tls
71604ef052bcc36572457a7105afbde57f9fc0dc
71604ef052bcc36572457a7105afbde57f9fc0dc
Switch branch/tag
go-p2p-tls
cmd
README.md
Find file
Normal view
History
Permalink
README.md
70 Bytes
Edit
Web IDE
Newer
Older
add an example server and client
Marten Seemann
committed
Feb 28, 2019
1
2
3
4
# TLS handshake example
Run
```
bash
rename example to cmd, move to a single .go file
Marten Seemann
committed
Feb 28, 2019
5
go run cmd/tlsdiag.go server
add an example server and client
Marten Seemann
committed
Feb 28, 2019
6
```