forked from mirror/abool
Add my name to thanks section ;) Ad removed a letter 'l' from Unmarshal(l)
This commit is contained in:
parent
b2658a5604
commit
037d8fa3d5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue