ibraimgm / enigma

A simple enigma machine in Go
MIT License
8 stars 2 forks source link

replaced gopkg with go mod #2

Open Savolro opened 4 years ago

Savolro commented 4 years ago

Solved https://github.com/ibraimgm/enigma/issues/1 and updated go version to 1.12 (1.11 is minimum with go modules). You can also upgrade to 1.13 by changing version in travis and your Makefile

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   95.04%   95.04%           
=======================================
  Files          10       10           
  Lines         303      303           
=======================================
  Hits          288      288           
  Misses         15       15

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 6abb484...907ba62. Read the comment docs.