Open kiridaruma opened 6 years ago
APIのレスポンス型
type apiResponse struct{
OK bool `json: "ok"`
Secret bool `json: "secret"`
Result string `json: "result"`
Dices []diceFace `json: "dices"`
}
type diceFace struct{
Face int `json: "face"`
Value int `json: "value"`
}
型を追加します
作るもの
ダイスロールができるメッセージアプリ
使うもの
作業フォルダ
./team_c/*