gin-web

module
v0.0.0-...-6359278 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2024 License: MIT

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]*)$`)

Directories

Path Synopsis
cmd
rollem command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL