1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-15 04:41:01 +00:00

structure

This commit is contained in:
xiemengjun
2012-03-05 21:54:50 +08:00
parent d7a945fd5e
commit 85a1e87336
11 changed files with 7 additions and 0 deletions

7
beego.go Normal file
View File

@ -0,0 +1,7 @@
package beego
import "fmt"
func main(){
fmt.Printf("hello world")
}