I found my examples are now gone from GoDoc site, but don't know what has triggered it.
>From here, http://godoc.org/gopkg.in/go-dedup/simhash.v1#NewUnicodeWordFeatureSet You can see *two examples listed* under my func NewUnicodeWordFeatureSet <https://github.com/go-dedup/simhash/blob/v1.0/simhash.go#L184> Now they are gone: http://godoc.org/github.com/go-dedup/simhash/simhashUTF#SimhashUTF.NewUnicodeWordFeatureSet even my example code are still there: https://github.com/go-dedup/simhash/blob/master/simhashUTF/feature_test.go#L40 Is it because I turn the normal package function "NewUnicodeWordFeatureSet" into a class member function? How can I make them show up on GoDoc site again? Thx -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
