rajeev-logics / go-tour

Automatically exported from code.google.com/p/go-tour
0 stars 0 forks source link

Fixed type name in slide 56 #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The text on the Web servers slide (slide 56) refers to a type called MyHandler 
in the code. However, the type in the code is named Hello. This change fixes 
the slide text to refer to type Hello instead of MyHandler.

Original issue reported on code.google.com by skaus...@gmail.com on 11 Dec 2011 at 7:50

Attachments: