From 8f901b4b55ef6d77ce7668b46393c2a3010b2579 Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Tue, 18 Aug 2015 01:03:00 +0000 Subject: [PATCH] Add documentation info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dbfbedd5..4684e0e2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ The fantastic ORM library for Golang, aims to be developer friendly. go get -u github.com/jinzhu/gorm ``` +## Documentation + +[![GoDoc](https://godoc.org/github.com/jinzhu/gorm?status.svg)](https://godoc.org/github.com/jinzhu/gorm) + +`go doc` format documentation for this project can be viewed online without +installing the package by using the GoDoc page at: +http://godoc.org/github.com/jinzhu/gorm + ## Define Models (Structs) ```go