On Fri, Jul 15, 2016 at 11:39 AM, DM <subharaj.ma...@gmail.com> wrote:
> I am getting the below exception with xorm - 4.3 and golang 1.4.2. Any idea
> what could be going wrong? Is this some known issue xorm - 4.3 or some thing
> other going wrong?
>
> panic: gob: registering duplicate names for models.SalesOrderItemAttribute:
> "*models.SalesOrderItemAttribute" !=
> "order-subscriber/models.SalesOrderItemAttribute"

It looks like you are somehow importing the same package under two
different names.  Do you have any symlinks in your GOPATH?  You are
using Go 1.4 so I guess you are not using a vendor directory.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to