mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 16:40:20 +00:00
Fix #1269 extract documentation
Fix #1271 Add description from docs on beego.me to README and also add same description to godoc
This commit is contained in:
11
beego.go
11
beego.go
@ -12,17 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// beego is an open-source, high-performance, modular, full-stack web framework
|
||||
//
|
||||
// package main
|
||||
//
|
||||
// import "github.com/astaxie/beego"
|
||||
//
|
||||
// func main() {
|
||||
// beego.Run()
|
||||
// }
|
||||
//
|
||||
// more infomation: http://beego.me
|
||||
package beego
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user