Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleBlank ¶
func HandleBlank(w http.ResponseWriter, r *http.Request)
Types ¶
type Character ¶
type Character struct { Name string Background string STR int DEX int WIL int HP int Armor int Traits []string Age int Bonds []string Omens []string Inventory []string Gold int Details string Gear string Questions []string Answers []string }
func NewCairnCharacter ¶
func NewCairnCharacter() *Character
Click to show internal directories.
Click to hide internal directories.