xiaonanln / goworld

Scalable Distributed Game Server Engine with Hot Swapping in Golang
Apache License 2.0
2.53k stars 452 forks source link

Update to use dep #46

Closed SonarBeserk closed 6 years ago

SonarBeserk commented 6 years ago

The dep release link should be correct for travis but should be checked

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@b60823f). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #46   +/-   ##
==========================================
  Coverage           ?   31.08%           
==========================================
  Files              ?       49           
  Lines              ?     4442           
  Branches           ?        0           
==========================================
  Hits               ?     1381           
  Misses             ?     2898           
  Partials           ?      163

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 b60823f...751ab3a. Read the comment docs.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@b60823f). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #46   +/-   ##
==========================================
  Coverage           ?   31.08%           
==========================================
  Files              ?       49           
  Lines              ?     4442           
  Branches           ?        0           
==========================================
  Hits               ?     1381           
  Misses             ?     2898           
  Partials           ?      163

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 b60823f...751ab3a. Read the comment docs.

xiaonanln commented 6 years ago

How is dep better than glide ? I chose glide because it has more stars on github...

xiaonanln commented 6 years ago

Oh, I see. Glide now suggests using Go dep. I will change to dep when I learn how to use it.

SonarBeserk commented 6 years ago

Dep is the soon to be standard vendoring tool and most other tools are going to abandoned as a result