Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed sync.Mutex from properties type
it's not necessary and in fact is an error to make copies of a sync.Mutex due to how we're using instances of the properties type
- Loading branch information