mirror of https://github.com/tevino/abool.git
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)
|
- [@barryz](https://github.com/barryz)
|
||||||
- Added the `Toggle` method
|
- 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()
|
wg.Wait()
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestJSONUnmarshall(t *testing.T) {
|
func TestJSONUnmarshal(t *testing.T) {
|
||||||
// Table of cases
|
// Table of cases
|
||||||
cases := []struct {
|
cases := []struct {
|
||||||
boolean bool
|
boolean bool
|
||||||
|
|
Loading…
Reference in New Issue