Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Initial go.mod definition using go mod init and go mod tidy #178

Merged
merged 2 commits into from
Oct 21, 2018

Conversation

bpicode
Copy link
Owner

@bpicode bpicode commented Sep 21, 2018

  • Issue vgo adoption? #135.
  • Unclear on how to proceed with dep. For now we keep the Gopkg.toml around.
  • Repopulate vendor folder (some tools still need to work on module support, e.g. [1]).

[1] dominikh/go-tools#328

@codecov
Copy link

codecov bot commented Sep 21, 2018

Codecov Report

Merging #178 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #178   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          99     99           
  Lines        2486   2489    +3     
=====================================
+ Hits         2486   2489    +3
Impacted Files Coverage Δ
tools/analice/generate.go 100% <100%> (ø) ⬆️
tools/analice/project.go 100% <100%> (ø) ⬆️

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 3d020bc...619d720. Read the comment docs.

* Issue #135.
* Unclear on how to proceed with dep. For now we keep the Gopkg.toml around.
* Repopulate vendor folder (some tools still need to work on module support, e.g. [1]).

[1] dominikh/go-tools#328
@bpicode bpicode merged commit 619d720 into master Oct 21, 2018
@bpicode bpicode deleted the Issue_135-GoModules branch October 21, 2018 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant