Skip to content

Releases: blasrodri/frown

0.1.1: Introduce sync.Mutex to deal with data races

12 May 07:41

Choose a tag to compare

Ran the program using go -race and found that there were
several inconsistencies. Thus, a very simple approach was disallow
accessing the state concurrently.