learninggo icon indicating copy to clipboard operation
learninggo copied to clipboard

Learning Go Book in mmark

Results 8 learninggo issues
Sort by recently updated
recently updated
newest added

Hi, Should the sentence at line 28: Next we another comment, but this one is enclosed... be something like: Next we have another comment, but this one is enclosed...

In Chapter "Packages",I'm afraid that demo of reverse polish calculator in exercises is too simple.The demo cann't resolve expression like this: `11+22*33*(2+5)` . Now I have completed a work to...

There are some typos in exercises of chapter 3 - functions

1. fix some errors in slice example 2. fix typos

From: https://github.com/miekg/learninggo/pull/35#issuecomment-250792564 There's also this problem: > The PrintDefaults at 4 5 will output the default help for the flags... but couldn't figure out a way to resolve that: it's...

Maybe [this code](https://github.com/miekg/learninggo/blob/361e6e5e151ca25257852cec1a2333b55b65feb5/ex/functions/src/queen8.go) is a problem solution that never had a problem written for it?

The problem is phrased as: > In the maximum exercise we created a max function that works on a slice of integers. The question now is to create a program...