raa0121 / GoBCDice

GoBCDice is BCDice reimplemented by Go.
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

API: ルート(/)へのアクセスに対する応答を実装する #36

Closed ochaochaocha3 closed 5 years ago

ochaochaocha3 commented 5 years ago

どどんとふやBCDice APIに倣い、GoBCDiceAPIのルート / にアクセスしたとき "Hello. This is GoBCDiceAPI." というメッセージをJSON形式で返すようにしました。これを正常動作の確認に使うことができます。

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   77.45%   77.45%           
=======================================
  Files          52       52           
  Lines        2555     2555           
=======================================
  Hits         1979     1979           
  Misses        439      439           
  Partials      137      137

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 59b6e3c...1200976. Read the comment docs.