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