Comment on Go Debugging with Delve, or No More Fmt.PrintfsparentComments−outworlder6ywhich is just print debugging automatically for every line of your programLike... a REPL?−macrael6yPlaygrounds are like a REPL but they are constantly reevaluating your code from the beginning, so you can edit code anywhere in the file and see how it changes everything.
Comments
Like... a REPL?
Playgrounds are like a REPL but they are constantly reevaluating your code from the beginning, so you can edit code anywhere in the file and see how it changes everything.