1. 06 4月, 2016 1 次提交
  2. 20 2月, 2016 1 次提交
  3. 12 2月, 2016 1 次提交
  4. 01 2月, 2016 1 次提交
  5. 25 1月, 2016 1 次提交
    • A
      proc: replace debug/dwarf with golang.org/x/debug/dwarf · 54f1c9b3
      aarzilli 提交于
      Typedefs that resolve to slices are not recorded in DWARF as typedefs
      but instead as structs in a way that there is no way to know they
      are really slices using debug/dwarf.
      Using golang.org/x/debug/dwarf instead this problem is solved and
      as a bonus some types are printed with a nicer names: (struct string
      → string, struct []int → []int, etc)
      
       Fixes #356 and #293
      54f1c9b3
  6. 09 10月, 2015 1 次提交
  7. 01 10月, 2015 1 次提交