![]() This changes adds the support to replace relative paths sources with "" as rapresenting current directory. For example: Rule like '{from: "", to: "/my/project"}' will map path "src/my/code.go" into "/my/project/src/my/code.go" Rule like '{from: "/my/project", to: ""}' will map path "/my/project/src/my/code.go" into "src/my/code.go" Fixes #3082 |
||
---|---|---|
.. | ||
daptest | ||
command.go | ||
config_test.go | ||
config.go | ||
error_ids.go | ||
handles.go | ||
server_test.go | ||
server.go | ||
types.go |