Threads for nodar

    1. 1

      in case the author is reading this, i have a few corrections (i’ll add more via edits as i read):

      1. there is a small typo in the code block under the text “For a start, let’s call these two functions in order and print the result:”: func main() func main()

      2. the link attached for this "Go by Example" article is incorrect, it should point to https://gobyexample.com/time

      1. 3

        Thanks so much for the feedback! We’ve updated the article to address the changes.

        1. 1

          yay! thanks for writing it, it was a fun read.

        2. 3

          There’s also a markup typo on the Go Routing section. Look for “Which one you want to use depends on your use case”, that is probably meant to be outside the code snippet.