Jessicaward / FlashcardApp

A local, lightweight flashcard app to help me study, built entirely in Golang
0 stars 0 forks source link

Practice mode only allows single digit question numbers #6

Closed Jessicaward closed 4 years ago

Jessicaward commented 4 years ago

This is due to the attempt at stripping \r\n from the number, resulting in any subsequent digits being removed also.