elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 155 forks source link

Fix function comments based on best practices from Effective Go #819

Closed CodeLingoTeam closed 5 years ago

CodeLingoTeam commented 5 years ago

Hi, we updated an exported function comment based on best practices from Effective Go. It’s admittedly a relatively minor fix up. Does this help you?


This change is Reviewable

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #819   +/-   ##
======================================
  Coverage    79.9%   79.9%           
======================================
  Files         169     169           
  Lines        9793    9793           
======================================
  Hits         7825    7825           
  Misses       1503    1503           
  Partials      465     465
Impacted Files Coverage Δ
program/program.go 89.4% <ø> (ø) :arrow_up:

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 226049e...6f0c2f6. Read the comment docs.