1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:54:41 -07:00
go/doc/codewalk
2011-08-17 15:53:17 +10:00
..
codewalk.css
codewalk.js
codewalk.xml
functions.xml A codewalk through a simple program that illustrates several aspects of Go functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution. 2011-04-07 18:05:15 -07:00
markov.go doc/codewalk: new Markov chain codewalk 2011-08-17 15:53:17 +10:00
markov.xml doc/codewalk: new Markov chain codewalk 2011-08-17 15:53:17 +10:00
pig.go A codewalk through a simple program that illustrates several aspects of Go functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution. 2011-04-07 18:05:15 -07:00
popout.png
sharemem.xml
urlpoll.go