SimonWaldherr / golang-examples

Go(lang) examples - (explain the basics of #golang)
https://simonwaldherr.github.io/golang-examples/
MIT License
1.57k stars 453 forks source link

Fix beginner http example #26

Closed matbur closed 7 years ago

matbur commented 7 years ago

Thank you for this all examples. Great job!

But there was a small bug with importing http package. Another problem was with http.Get, because it returns 2 values not 3.

SimonWaldherr commented 7 years ago

thank you 👍