dearplain

Results 10 comments of dearplain

@dobegor No. Unfortunately, I don't have time to maintain this project.

it should be ok after 2b1e47d74273a972e987d8876f69a63382cb495f.

@dobegor Yes, you can do it, goloader is designed for that. If there is any error or corruption, please create an issue.

OK, I'll try to finish it.

Has some other problem about interface method in go1.10+.

show me your loader and how you load it.. I really don't know how to reproduction your problem.

Import path should like this: ``` github.com/vmihailenco/msgpack ``` An example: ``` ./loader -o codes.a:github.com/vmihailenco/msgpack/codes -o \ msgpack.a:github.com/vmihailenco/msgpack -o mobjs.o -run main.main ``` It's not documented because I think there are...

1. with some dirty code, the interface method problem can be partially solved, but not fully, it makes me feel disappointed. 2. I'm not test on 1.11, but it should...

arm32 support f952ab226bec5583d9c6f3dda2df9431f19139ae, test on qemu is ok.