After running [ $GOPATH/bin/goose CreateUsersTable ] command, I'm getting this error [ [1] 1035 killed $GOPATH/bin/goose CreateUsersTable ]
can anyone give me, any solution to solve this problem???
评论:
joncalhoun:
plafoucr:I suspect this might be hard to debug w/out knowing the migrations along with your existing DB structure. Any chance you can share more info?
iftekher_sunny:Remove the SQLite import in the source, it's probably a cgo issue.
Thank you, guys. I already solved this problem. By upgrading Golang version 1.7. to 1.8.
Here the issue I created on goose repository [ https://github.com/pressly/goose/issues/49 ]
