From 1318f88e047b83b6e18be5d9f64488e649e0e885 Mon Sep 17 00:00:00 2001 From: xiemengjun Date: Sun, 16 Dec 2012 00:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E7=AE=97=E5=86=99=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 433fe720..38709bc1 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,19 @@ also You can apply filters only when certain prefix URL path exist: beego.BeeApp.FilterPrefixPath("/admin", func(rw http.ResponseWriter, r *http.Request) { … auth }) + + +## Controller / Strcut +============ + +## View / Template +============ + +## Config +============ + +## Logger +============ + + \ No newline at end of file