mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.45k stars 120 forks source link

Add go.mod #337

Closed aisk closed 4 years ago

aisk commented 4 years ago

This enables build anko on go module mode. Since anko have no any other dependencies, this change's only benifit is to build anko without GOPATH. And go module is the de facto depenency manage system I think we should use it for other project to embed anko easily.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #337   +/-   ##
=======================================
  Coverage   88.39%   88.39%           
=======================================
  Files          15       15           
  Lines        2681     2681           
=======================================
  Hits         2370     2370           
  Misses        201      201           
  Partials      110      110           

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 dece1f0...cd70ffa. Read the comment docs.