/gopeople

Primary LanguageGoMIT LicenseMIT

GoPeople

Build Status Go Report Card Docs License

Overview

GoPeople is a simple canonical set of structs for managing people information. It is designed to be used for simplified people management and provide a tool to convert to other, more complicated, formats such as SCIM and Schema.org.

Installation

$ go get github.com/grokify/gopeople/...

Contributing

Features, Issues, and Pull Requests are always welcome.

To contribute:

  1. Fork it ( http://github.com/grokify/gopeople/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please report issues and feature requests on Github.