I hereby claim:
- I am jpb on github.
- I am jpb (https://keybase.io/jpb) on keybase.
- I have a public key whose fingerprint is 4F71 4D6E 30C6 8DC1 2EC7 948E 30C5 AD70 82EE 7355
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
* * * * * user path/to/iphone6 > /dev/null |
package lmap | |
import ( | |
"sync" | |
"sync/atomic" | |
) | |
// lmap is a sync.Map that provides a Len function | |
type lmap struct { | |
c *int64 |