I am using go-git and I would like to print the short hash.
I mean, for example "a83ad00" instead of "a83ad004b3c5971a194ba86b96fe313b94bbcde7".
I looked at the source code of got-git, but could not find a corresponding function.
How to get the short "partial" hash?