From 829158ed2f44005df8613a4cf6a4e730a04ee702 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Wed, 29 Jan 2014 19:20:06 +0800 Subject: [PATCH] Format document --- doc/development.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/development.md b/doc/development.md index e1d6911d..03d66aa1 100644 --- a/doc/development.md +++ b/doc/development.md @@ -58,8 +58,11 @@ There are four kinds of callbacks corresponds to sql's CURD: create callbacks, u Gorm is powered by callbacks, so you could refer below links to learn how to write callbacks [Create callbacks](https://github.com/jinzhu/gorm/blob/master/callback_create.go) + [Update callbacks](https://github.com/jinzhu/gorm/blob/master/callback_update.go) + [Query callbacks](https://github.com/jinzhu/gorm/blob/master/callback_create.go) + [Delete callbacks](https://github.com/jinzhu/gorm/blob/master/callback_delete.go) View [https://github.com/jinzhu/gorm/blob/master/scope.go](https://github.com/jinzhu/gorm/blob/master/scope.go) for all available API