[go-nuts] Include tests in binary and run them

2019-07-09 Thread farid . m . zakaria
We've written some diagnostic tests that we execute during the test phase (go test) however I was wondering if there's an established pattern for how to include tests in the final binary and execute them afterwards. The analogous version in Java would be that you could create a "test JAR" which

[go-nuts] crypto.Signer + Yubikey + SSH

2017-11-14 Thread farid . m . zakaria
I am curious if there's anyone that has tackled integrating Yubikey (PKCS#11) solution with crypto.Signer such that it can be plugged into ssh.NewSignerFromSigner (https://godoc.org/golang.org/x/crypto/ssh#Signer) -- You received this message because you are subscribed to the Google Groups "go

[go-nuts] godoc only indexes packages in GOROOT?

2017-09-29 Thread farid . m . zakaria
Is there a reason why GODOC only indexes packages it finds in $GOROOT ? I would like to create indices of my personal packages + the standard library. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop recei