1 2 3 4 5 6
package objectid // Algorithm returns the object ID's hash algorithm. func (id ObjectID) Algorithm() Algorithm { return id.algo }