<p>After running [ $GOPATH/bin/goose CreateUsersTable ] command, I'm getting this error [ [1] 1035 killed $GOPATH/bin/goose CreateUsersTable ]</p>
<p>can anyone give me, any solution to solve this problem???</p>
<hr/>**评论:**<br/><br/>joncalhoun: <pre><p>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?</p></pre>plafoucr: <pre><p>Remove the SQLite import in the source, it's probably a cgo issue. </p></pre>iftekher_sunny: <pre><p>Thank you, guys. I already solved this problem. By upgrading Golang version 1.7.* to 1.8.*</p>
<p>Here the issue I created on goose repository
[ <a href="https://github.com/pressly/goose/issues/49" rel="nofollow">https://github.com/pressly/goose/issues/49</a> ]</p></pre>
