How do I do what runtime/race does? Is it what I want?

I have a package with C and Go files. I want to install that package. Then I 
want to import that package into a program, and build that program without 
recompiling the package. Because recompile fails.

How do I do that? This was an issue before, and the provided solution: after 
installation, mark the source as binary-only. That is a bit of a pain, but it 
works.

Starting with Go 1.13, Go is going to make its users work more difficult again. 
Why?

I just want to install a package and use it, without having to worry about 
external stuff.

-- 
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