问题报错:
dyld: malformed mach-o image: segment __DWARF has vmsize < filesize
解决办法:
cd $GOPATH/src/github.com/beego/bee go install -ldflags "-w"