Marco Massenzio
Marco Massenzio
I really believe there ought to be an easy way to make this error **a lot** clearer (along with a clear way to install `v1` instead of the default `v2`...
ummm... I have now removed `v2` and the binary `ginkgo` but it seems like that now running ` go get github.com/onsi/ginkgo` gives me back the pkg folder etc. but I...
Thanks for the super-quick reply! and, LoL, being the idiot I am, I hadn't realized that "onsi" was an actual person 😆 Ginkgo is absolutely awesome, and I just **love**...
Ok - maybe I'm missing something here: ``` └─( ll $GOPATH/pkg/mod/github.com/onsi/[email protected]/ginkgo total 192 -r--r--r-- 1 massenz staff 4.8K Mar 22 16:41 bootstrap_command.go -r--r--r-- 1 massenz staff 1.6K Mar 22 16:41...
Thanks! This worked, these were the missing magic incantations: ``` └─( go get github.com/onsi/ginkgo/[email protected] └─( go install github.com/onsi/ginkgo/ginkgo ``` (the "double" ginkgo)
Thanks, this is helpful. Happy to add it to the docs if you would like me to?
Thanks for getting back to me - I was only able to follow partially :) as I'm not that familiar with TF (otherwise, I'd have offered contribute it myself...). I...
Is there any updated on this? It is impacting using `go generate` for k8s `Object` DeepCopy etc, as the inlined anonymous structs cannot be consumed to generate the functions. Simplifying...
while the above may work (I haven't tried it) it really makes the whole enterprise unnecessarily verbose (and confusing for anyone eventually having to make changes to the config, and...
Hi Anushka - I'm so glad you're willing to help out here :+1: The general idea is that the `webapp` is an example Spring Boot server app, which demonstrates how...