You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Package gohashcode provides a go implementation of the java hashCode method. (http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html#hashCode())
package gohashcode
// New creates a hashcode from the provided string.