Kengo's blog

Technical articles about original projects, JVM, Static Analysis and TypeScript.

Golang

Basic of Golang

Today I have finished a tour of golang, and I did an exercise at this page. The Same function is little long, but it might be acceptable. package main import "code.google.com/p/go-tour/tree" import "fmt" // Walk walks the tree t sending al…