Skip to content

Go by Example is a hands-on introduction to Go using annotated example programs. I use it here just to retype it myself to memorize it better.

Notifications You must be signed in to change notification settings

teterkin/gobyexamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

gobyexamples

General information

Original author of examples is Mark McGranaghan from Seattle, WA.

I'd like to retype his examples myself to memorize it better.

I left it Public, because I made some small changes to some of original examples just to learn myself, perhaps, someone finds it useful.

Original examples are nicely displayed at this website: https://gobyexample.com

It's repository located here: https://github.com/mmcgrana/gobyexample

License

This work is copyright Alex Teterkin and licensed under a Creative Commons Attribution 3.0 Unported License.

List of examples

  1. hello-world
  2. values
  3. variables
  4. constant
  5. for
  6. if-else
  7. switch
  8. arrays
  9. slices
  10. maps
  11. range
  12. functions
  13. multiple-return-values
  14. variadic-functions
  15. closures
  16. recursion

About

Go by Example is a hands-on introduction to Go using annotated example programs. I use it here just to retype it myself to memorize it better.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published