1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-15 05:21:02 +00:00

modify struct

This commit is contained in:
xiemengjun
2012-03-07 20:30:33 +08:00
parent 9fdad84fd0
commit d736ac450a
12 changed files with 0 additions and 0 deletions

View File

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