Norbert Voelker

Results 2 comments of Norbert Voelker

I agree with most of the points raised. With regards to the "results of assignments", in the recent `parsing_log_files` example, I used the following notation taken from the C# track:...

Also, I saw on the C# track that some of the examples were written just as function calls, e.g. the above example would then be written as ```go re.MatchString("[a12]") //...