in case the author is reading this, i have a few corrections (i’ll add more via edits as i read):
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()
the link attached for this "Go by Example" article is incorrect, it should point to https://gobyexample.com/time
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.
in case the author is reading this, i have a few corrections (i’ll add more via edits as i read):
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()the link attached for
this "Go by Example" articleis incorrect, it should point to https://gobyexample.com/timeThanks so much for the feedback! We’ve updated the article to address the changes.
yay! thanks for writing it, it was a fun read.
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.