1. c2b87ce doc/codewalk/functions.xml: Fix broken function examples by John DeNero · 13 years ago
  2. 4ffee80 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. by John DeNero · 14 years ago