Library parses large set of CSV files containing popular first names given to children each year between 1880 and 2013. Data originates from the US Social Security Administration (SSA).
###Usage
package main
import (
names "github.com/openwonk/names"
)
func main() {
// Currently under development
// Coming soon...
}OpenWonk © 2015 [MIT License](https://github.com/openwonk/mit_license)