mattn / go-gtk

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

use multiple return instead of pass output in parameter #365

Closed lidaobing closed 6 years ago

lidaobing commented 6 years ago

/close #355

codecov-io commented 6 years ago

Codecov Report

Merging #365 into master will decrease coverage by 0.01%. The diff coverage is 11.11%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #365      +/-   ##
=========================================
- Coverage    2.66%   2.64%   -0.02%     
=========================================
  Files           1       1              
  Lines        4426    4417       -9     
=========================================
- Hits          118     117       -1     
+ Misses       4303    4295       -8     
  Partials        5       5
Impacted Files Coverage Δ
gtk/gtk.go 2.64% <11.11%> (-0.02%) :arrow_down:

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 308e17c...ba2915a. Read the comment docs.

mattn commented 6 years ago

Thank you