jbrukh / ggit

ggit
17 stars 2 forks source link

ObjectId can be written much more tersely using "%x" from fmt. #28

Closed jbrukh closed 11 years ago

jbrukh commented 11 years ago

You can use Sprintf and Scanf to translate between bytes and the test representation.