new features:
- new LambdaExpr style support:
=> {...}
,x => {...}
or(x, y, z) => {...}
- command line style:
println "Hi"
- use RegisterClassFileType to support class file types
- gop/cmd: gop build
- gop/printer: add *printer.NewlineStmt
- gop/printer.SetDebug
changes: