As we know, Go 1.13 will drop support for binary-only packages. it seems we have to use buildmode=plugin/archive if we want to build go archive to provide to others.
when I try go buildmode=archive or buildmode=shared(go 1.12, go module project), it throw error like cannot use packages ... from different roots <https://github.com/golang/go/issues/33037>, i want to ask if i do something wrong, or it can't support well with 1.12? thanks a lot. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/9ecf1d28-2e91-42f8-b6d4-0a9d0b64e29e%40googlegroups.com.
