-
Notifications
You must be signed in to change notification settings - Fork 19
add an example (mainly for development) #14
Conversation
I think it would make sense to include in this repo if you frame it as a diagnostics CLI tool, rather than just an example. WDYT? |
You mean by renaming the example directory to something else? What do you suggest? |
Yeah, I'd rename it to
|
@raulk: Thanks for the suggestion. I wasn't aware of this convention. I consolidated both commands into one, due to Go's weird |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marten-seemann could you rename the cmd/cmdimpl
package to cmd/tlsdiag
for consistency? Other than that, LGTM. go-libp2p-peer is gx-imported transitively, that's why the build doesn't fail in CI.
897d4e8
to
c60ecae
Compare
c60ecae
to
ea46ae4
Compare
Is that something that needs to be fixed? Should I add go-libp2p-peer to the |
@marten-seemann I don't think it's important; it was more a "note to myself" 😛 |
Not sure if people will feel comfortable with merging this, considering that we have a separate repo for all other examples. Being able to quickly run a handshake is really helpful for debugging and during development though.