On github you can view the traffic to your repository like so:
Now my question is about the huge discrepancy in clones and unique cloners. If I understand this correctly, it would mean that 4919 people have created 22.374 clones. Why would some people clone a repository so many times?
My actual repo looks a lot less impressive, but the discrepancy is still big. (About 30 unique clones for 150ish clones, so each cloner takes 5 clones).
That makes me wonder what is counting as a clone. If it's relevant, it's for a go library so I am assuming a go get
counts as a clone, and go get -u
possible for another one each time they update. But it'd surprise me if people were updating this much in a 2 week window.