Closed huangjiasingle closed 7 years ago
env: window7 step: github.com/go-sql-driver/mysql
go get @@@github.com/go-xorm/xorm
go get github.com/go-xorm/cmd
cd $GOPATH/src/github.com/go-xorm/cmd/xorm
go build xorm.go
throw the err : .\xorm.go:35: undefined: Command
go build
@lunny I don't understand it , go build i was do, but when i delete the repository of cmd, and then i redo : go get github.com/go-xorm/cmd , when it was finished , i could build .
env: window7 step: github.com/go-sql-driver/mysql
go get @@@github.com/go-xorm/xorm
go get github.com/go-xorm/cmd
cd $GOPATH/src/github.com/go-xorm/cmd/xorm
go build xorm.go
throw the err : .\xorm.go:35: undefined: Command