mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +08:00
* service/test: fix compile error in tests Due to a merge conflict the tests in service/test are not compiling. * proc: add support for struct literals Adds support for evaluating struct literals, and allocating them into the target's memory. Updates #1465