Golang library for retriving avatars for emails and OpenID urls in a federated way. See http://libravatar.org
import "strk.kbt.io/projects/go/libravatar" avt := libravatar.New() avatar_url := avt.FromEmail("person@example.com")See go doc libravatar for more info
You can clone the source code via git:
git clone https://strk.kbt.io/git/go-libravatar.git
Send patches, pull requests, comments and flowers to: strk@kbt.io
If you prefer an issue and pull requests tracker, please use the one hosted by gitlab.com, where a mirror is registered: https://gitlab.com/strk/go-libravatar