forked from mirror/gorm
Update README
This commit is contained in:
parent
becd777b1e
commit
1fb623dfbb
31
README.md
31
README.md
|
@ -2,9 +2,12 @@
|
||||||
|
|
||||||
The fantastic ORM library for Golang, aims to be developer friendly.
|
The fantastic ORM library for Golang, aims to be developer friendly.
|
||||||
|
|
||||||
[![Join the chat at https://gitter.im/jinzhu/gorm](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jinzhu/gorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
||||||
[![go report card](https://goreportcard.com/badge/github.com/jinzhu/gorm "go report card")](https://goreportcard.com/report/github.com/jinzhu/gorm)
|
[![go report card](https://goreportcard.com/badge/github.com/jinzhu/gorm "go report card")](https://goreportcard.com/report/github.com/jinzhu/gorm)
|
||||||
[![wercker status](https://app.wercker.com/status/8596cace912c9947dd9c8542ecc8cb8b/s/master "wercker status")](https://app.wercker.com/project/byKey/8596cace912c9947dd9c8542ecc8cb8b)
|
[![wercker status](https://app.wercker.com/status/8596cace912c9947dd9c8542ecc8cb8b/s/master "wercker status")](https://app.wercker.com/project/byKey/8596cace912c9947dd9c8542ecc8cb8b)
|
||||||
|
[![Join the chat at https://gitter.im/jinzhu/gorm](https://img.shields.io/gitter/room/jinzhu/gorm.svg)](https://gitter.im/jinzhu/gorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
[![Open Collective Backer](https://opencollective.com/gorm/tiers/backer/badge.svg?label=backer&color=brightgreen "Open Collective Backer")](https://opencollective.com/gorm)
|
||||||
|
[![Open Collective Sponsor](https://opencollective.com/gorm/tiers/sponsor/badge.svg?label=sponsor&color=brightgreen "Open Collective Sponsor")](https://opencollective.com/gorm)
|
||||||
|
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
|
||||||
[![GoDoc](https://godoc.org/github.com/jinzhu/gorm?status.svg)](https://godoc.org/github.com/jinzhu/gorm)
|
[![GoDoc](https://godoc.org/github.com/jinzhu/gorm?status.svg)](https://godoc.org/github.com/jinzhu/gorm)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
@ -24,28 +27,14 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
* GORM Guides [jinzhu.github.com/gorm](https://jinzhu.github.io/gorm)
|
* GORM Guides [http://gorm.io](http://gorm.io)
|
||||||
|
|
||||||
## Upgrading To V1.0
|
## Contributing
|
||||||
|
|
||||||
* [CHANGELOG](https://jinzhu.github.io/gorm/changelog.html)
|
[Become a backer or sponsor on Open Collective](http://opencollective.com/gorm)
|
||||||
|
[Become a backer or sponsor on Patreon](http://patreon.com/jinzhu)
|
||||||
## Supporting the project
|
|
||||||
|
|
||||||
[![http://patreon.com/jinzhu](https://c5.patreon.com/external/logo/become_a_patron_button.png)](http://patreon.com/jinzhu)
|
|
||||||
|
|
||||||
## Author
|
|
||||||
|
|
||||||
**jinzhu**
|
|
||||||
|
|
||||||
* <http://github.com/jinzhu>
|
|
||||||
* <wosmvp@gmail.com>
|
|
||||||
* <http://twitter.com/zhangjinzhu>
|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
https://github.com/jinzhu/gorm/graphs/contributors
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Released under the [MIT License](https://github.com/jinzhu/gorm/blob/master/License).
|
© 2013~`time.Now()`, Jinzhu
|
||||||
|
Released under the [MIT License](https://github.com/jinzhu/gorm/blob/master/License)
|
||||||
|
|
Loading…
Reference in New Issue