• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Mar-2022-

.editorconfigH A D24-Mar-202296 96

LICENSEH A D24-Mar-20221 KiB2016

MakefileH A D24-Mar-2022269 1310

README.mdH A D24-Mar-2022763 2818

libravatar.goH A D24-Mar-20228.2 KiB308222

README.md

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