mattn / go-gtk

Go binding for GTK
http://mattn.github.com/go-gtk
BSD 3-Clause "New" or "Revised" License
2.12k stars 247 forks source link

fix example.mk paths #394

Closed kranzo closed 6 years ago

kranzo commented 6 years ago

fix #393

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #394   +/-   ##
======================================
  Coverage    4.97%   4.97%           
======================================
  Files           1       1           
  Lines        4483    4483           
======================================
  Hits          223     223           
  Misses       4251    4251           
  Partials        9       9

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 ab25965...21b1f9c. Read the comment docs.

mattn commented 6 years ago

Thank you