Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 265 Bytes

Gravatar Avatar generator

Generates Gravatar picture url from a given email with specified size

Usage

import (
       	"github.com/zoonman/gravatar"
       	"log"
       )

func main ()
{
	 log.Print(gravatar.Avatar("[email protected]", 256))
}