vardius / gorouter

Go Server/API micro framework, HTTP request router, multiplexer, mux
https://rafallorenz.com/gorouter
MIT License
154 stars 17 forks source link

Add Dependency Manager #10

Closed frytyler closed 6 years ago

frytyler commented 6 years ago

This PR adds the .lock and .toml file required for dep. I also updated the CONTRIBUTING.md file to help others that would like to contribute.

The only thing I'm unsure about is in the toml it added a constraint for the source package because it ran on my fork. That seems odd to me that it would be dependent on itself. If this is an issue let me know and I can try and resolve it.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files           8        8           
  Lines         346      346           
=======================================
  Hits          335      335           
  Misses          7        7           
  Partials        4        4

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 3a8d524...0ffd43e. Read the comment docs.

vardius commented 6 years ago

looks good