You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
630 B

  1. Simple [golang](https://www.golang.org) library for serving
  2. [federated avatars](https://www.libravatar.org)
  3. # Use
  4. ```sh
  5. go get strk.kbt.io/projects/go/libravatar
  6. cd $GOPATH/src/strk.kbt.io/projects/go/libravatar
  7. go doc
  8. ```
  9. # Contribute
  10. A clone of the code repository would be downloaded by `go get`.
  11. You can send patches or pull requests to strk@kbt.io.
  12. If you need a place to publish your contribution branches,
  13. you could start from a fork of the gitlab mirror:
  14. https://gitlab.com/strk/go-libravatar
  15. # Contacts
  16. * Project homepage: http://strk.kbt.io/projects/go/libravatar
  17. * Maintainer: Sandro Santilli <strk@kbt.io>