When a user installs a Go package with the command:
go get github.com/username/repositoryname/packagename
is this counted in the GitHub traffic as cloning?
I have a new Go repository and my GitHub account counted several clones. However I installed my own package as a test with the go get command a few times. Is this also counted as cloning or only when a user clicks on 'Clone in desktop'?