paulroho / SupermarketKata

A coding kata for implementing a new component in the context of an already existing software.
MIT License
3 stars 3 forks source link

Golang variant #11

Closed dertseha closed 6 years ago

dertseha commented 7 years ago

As requested per #7, this is the pull request for a Go version. This is mainly a "literal" conversion, including several shortcomings of the CS/Java versions. See also #10

paulroho commented 7 years ago

@dertseha thank you very much for your PR and sorry for my very late response to it. I now tried to get it to run on Windows without any prior golang contact and am stuck in executing the specs according to your readme. Please forgive me my ignorance, but how do I run godog? There is no godog folder in %GOPATH%\bin. Do I have to unpack the result from the go get command that got me godog? Or do I have to go install anything?

dertseha commented 7 years ago

Sorry, now I was taken away by other things. You'll have to go install github.com/DATA-DOG/godog and then run it. (To be honest, I'll have to look up the procedure myself; Which means an update of the readme is definitely necessary ;) Will follow up.

dertseha commented 6 years ago

After doing a spring-clean of my GitHub repositories I came across this still open request. I've finally clarified some steps in the readme that should help newcomers get going easier.

paulroho commented 6 years ago

Thank you, @dertseha for your follow-up. As I do not have time to try out myself (being the prototypical clueless regarding the go system), I just merge the PR.

Thanks for the contribution!