awalterschulze / goderive

Derives and generates mundane golang functions that you do not want to maintain yourself
Apache License 2.0
1.23k stars 44 forks source link

spelling mistake #46

Closed soniah closed 6 years ago

soniah commented 6 years ago

spelling mistake

awalterschulze commented 6 years ago

Thanks for finding this mistake :)

The Readme is generated from the code to make sure that it is perfectly representative of the code. To properly make this fix you will have to correct the .go file and run make in the root folder.

Or I can do it, your choice, but either way I want this correction :)

soniah commented 6 years ago

I was looking through other code and noticed the same spelling mistake, I was wondering about auto-generated code. So I'll leave that stuff to you ;-)

I've been enjoying your article https://awalterschulze.github.io/blog/post/sum-types-over-multiple-returns/ and looking at the ideas in your library. I learned Haskell a few years ago and I'm drifting back towards it...

awalterschulze commented 6 years ago

Fixed https://github.com/awalterschulze/goderive/commit/544f7cf4181e572572bf50080219b1b63bf9d4ba

Thank you, it is great to hear that someone is reading my writings :)

How far did you get with your previous Haskell journey?