aboutsummaryrefslogtreecommitdiff
path: root/logic/score.go
Commit message (Expand)AuthorAgeFilesLines
* score: remove "Score:" line from String()Florian Fischer2017-02-201-1/+1
* TIL dice is the plural of dieFlorian Fischer2017-02-181-1/+1
* score: improve Insert() and Cancel() error stringsFlorian Fischer2017-02-181-11/+10
* score: add total to String()Florian Fischer2017-02-161-0/+1
* Score: fix Cancel() and add testsFlorian Fischer2017-02-091-2/+2
* add MIT LicenseFlorian Fischer2017-02-071-0/+3
* score: export entry namesFlorian Fischer2017-02-061-29/+45
* score.go: add method to cancel an entry (write 0 to it)Florian Fischer2017-01-281-0/+11
* add Score implementationFlorian Fischer2017-01-271-0/+107