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

Add Version Information #408

Closed hidekuno closed 4 years ago

hidekuno commented 4 years ago

Added "Version Information" of GOAL, because it was necessary for the software that I made. I checked it like this.

    fmt.Println(gtk.MajorVersion())
        ...
    fmt.Println(gtk.CheckVersion(2, 24, 31))
codecov-io commented 4 years ago

Codecov Report

Merging #408 into master will decrease coverage by 0.05%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #408      +/-   ##
=========================================
- Coverage    4.91%   4.85%   -0.06%     
=========================================
  Files           1       1              
  Lines        4540    4552      +12     
=========================================
- Hits          223     221       -2     
- Misses       4308    4321      +13     
- Partials        9      10       +1
Impacted Files Coverage Δ
gtk/gtk.go 4.85% <0%> (-0.06%) :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 5c7c724...a7915be. Read the comment docs.

mattn commented 4 years ago

Good. Thank you.