From 037d8fa3d5dca014f922054791f82656af603bbe Mon Sep 17 00:00:00 2001 From: Lucas Rouckhout Date: Sat, 8 May 2021 17:54:15 +0200 Subject: [PATCH] Add my name to thanks section ;) Ad removed a letter 'l' from Unmarshal(l) --- README.md | 2 ++ bool_test.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8e627d..8bd1916 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bool_test.go b/bool_test.go index e9f4b85..b66f2e4 100644 --- a/bool_test.go +++ b/bool_test.go @@ -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