Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

add go.mod definitions #133

Closed Vadman97 closed 4 years ago

Vadman97 commented 4 years ago

go.mod needed for go to properly resolve the ChessAI3 package.

codecov[bot] commented 4 years ago

Codecov Report

Merging #133 into master will decrease coverage by 0.21%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
- Coverage   71.57%   71.36%   -0.22%     
==========================================
  Files          30       30              
  Lines        2241     2214      -27     
==========================================
- Hits         1604     1580      -24     
+ Misses        603      602       -1     
+ Partials       34       32       -2