romanovskyj / gongfig

Import and export Kong configuration tool written in Go
Apache License 2.0
25 stars 5 forks source link

Use cli v2 #58

Closed kimusaku closed 4 years ago

kimusaku commented 4 years ago

resolved the compile error that origintes from https://github.com/urfave/cli/issues/925

codecov-io commented 4 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   72.95%   72.95%           
=======================================
  Files           4        4           
  Lines         318      318           
=======================================
  Hits          232      232           
  Misses         76       76           
  Partials       10       10

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76b2a4c...eb83cdd. Read the comment docs.

romanovskyj commented 4 years ago

Merged thanks!