ribice / goch

Self hosted live chat server written in Go
https://www.ribice.ba/goch
MIT License
195 stars 29 forks source link

convert to go modules from Gopkg #6

Closed nealwashere closed 5 years ago

nealwashere commented 5 years ago

Per https://github.com/ribice/goch/issues/5

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #6   +/-   ##
======================================
  Coverage    99.2%   99.2%           
======================================
  Files           6       6           
  Lines         251     251           
======================================
  Hits          249     249           
  Misses          1       1           
  Partials        1       1

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 7304d5e...90570f1. Read the comment docs.

ribice commented 5 years ago

To be honest I prefer using dep over go mod but I get the point.