1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Working on bee bale

This commit is contained in:
Unknown
2013-09-03 13:23:58 -04:00
parent b30217c1d3
commit e606b0045d
11 changed files with 198 additions and 13 deletions

3
bee.go
View File

@ -1,4 +1,4 @@
// Copyright 2013 Bee Authors
// Copyright 2013 bee authors
//
// Licensed under the Apache License, Version 2.0 (the "License"): you may
// not use this file except in compliance with the License. You may obtain
@ -77,6 +77,7 @@ var commands = []*Command{
cmdApiapp,
cmdRouter,
cmdTest,
cmdBale,
//cmdReStart,
}