module
Version:
v0.0.0-...-6359278
Opens a new window with list of versions in this module.
Published: Mar 6, 2024
License: MIT
Opens a new window with license information.
README
¶
Gin Web Dice Rolling Server
Playing with gin-gonic
Dice
- d4
- d6
- d8
- d10
- d12
- d20
- d100
Dice Command Examples
- 3d8+5: d8 + d8 + d8 + 5
- d20-1: d20 - 1
Regular Expression
re := regexp.MustCompile(`^([0-9]*)d([0-9]*)([+-]?)([0-9]*)$`)
Click to show internal directories.
Click to hide internal directories.