Jon Calhoun

Results 39 comments of Jon Calhoun

If I clone the repo, replace the GCD function with your code: ```go package module01 func GCD(a, b int) int { for { if b == 0 { return a...

Thanks! I'll add a test case for this and amend the video to address it.

What OS are you on, or what is different that is causing this to not work for you but to work for me? Trying to figure out what, if any,...

I need to redo the video, or at least add a note to it, before I can commit this. I'm letting you know here so you are aware that I'm...

Can you clean up the extra white space (a few blank lines were added on accident I think) and add a test case for this?

Sorry this hasn't been addressed in so long. I plan to look at it shortly and hopefully get it merged in. Thanks for the PR!

I looked at this a bit, but there is a lot going on with all the new features and no tests. If you are interested in getting it merged in...

I realize it has been a while, but do you happen to have a test case for this? even an example struct and what you expect the output to be...

The library currently only supports what I needed when I built it. It certainly could support checkboxes and other similar features, and some of those could be handled with a...