sevlyar / go-daemon

A library for writing system daemons in golang.
MIT License
2.18k stars 246 forks source link

Fixed a null dereference bug #57

Closed barp closed 5 years ago

barp commented 5 years ago

A fix for issue #56

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into master will increase coverage by 0.18%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   15.83%   16.01%   +0.18%     
==========================================
  Files           9        9              
  Lines         259      256       -3     
==========================================
  Hits           41       41              
+ Misses        213      210       -3     
  Partials        5        5
Impacted Files Coverage Δ
daemon_unix.go 0% <0%> (ø) :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 fedf95d...a5d4311. Read the comment docs.

sevlyar commented 5 years ago

@barp thank you for the pull request!