go-cache/cachemap
Peng Gao 4378c9a40e Fix type finding bugs and add zero vaule for func
1.  In the main loop to find typeName, it will
    continue find type if a type has been already found,
    which will make empty string overwite it latter,
    so if it is found first time, assuming this is the
    type we want, and break out the loop.
2.  Add support for zero value for func type.
3.  If the type not a builtin type (*ast.Ident),
    assuming it is a composite structure, like
    *ast.StructType.

Signed-off-by: Peng Gao <peng.gao.dut@gmail.com>
2016-08-31 12:28:51 +08:00
..
cache.tmpl Add decrement and increment for numberic types 2016-08-29 18:58:22 +08:00
main.go Fix type finding bugs and add zero vaule for func 2016-08-31 12:28:51 +08:00