Add my name to thanks section ;) Ad removed a letter 'l' from Unmarshal(l)

This commit is contained in:
Lucas Rouckhout 2021-05-08 17:54:15 +02:00
parent b2658a5604
commit 037d8fa3d5
2 changed files with 3 additions and 1 deletions

View File

@ -62,3 +62,5 @@ BenchmarkAtomicBoolToggle-4 169871972 7.02 ns/op # <--- This packag
- [@barryz](https://github.com/barryz)
- Added the `Toggle` method
- [@LucasRouckhout](https://github.com/LucasRouckhout)
- Implemented JSON Unmarshal and Marshal interface

View File

@ -182,7 +182,7 @@ func TestRace(t *testing.T) {
wg.Wait()
}
func TestJSONUnmarshall(t *testing.T) {
func TestJSONUnmarshal(t *testing.T) {
// Table of cases
cases := []struct {
boolean bool