ReconfigureIO / goblin

convert from a Go AST to JSON
Apache License 2.0
42 stars 15 forks source link

Include imports in decls/fix consts and vars #41

Closed patrickt closed 7 years ago

patrickt commented 7 years ago

This makes three major changes:

This fixes #38.

This is a backwards-incompatible change, and will be tagged as 0.2.0.

codecov-io commented 7 years ago

Current coverage is 56.72% (diff: 68.00%)

Merging #41 into master will increase coverage by 1.47%

@@             master        #41   diff @@
==========================================
  Files             1          1          
  Lines           581        587     +6   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            321        333    +12   
+ Misses          225        221     -4   
+ Partials         35         33     -2   

Powered by Codecov. Last update 1e38568...26a3591

patrickt commented 7 years ago

sigh