From edfd973bb0e1df2d54f2ccc147ad4910b3aa5897 Mon Sep 17 00:00:00 2001 From: asandikci Date: Fri, 1 Sep 2023 10:01:12 +0300 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cce51a..2cf686e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ symbol() function in pkg/mypkg/symbol_linux.go and symbol_windows.go is differen # see information about executables ``` # HELP NEEDED -VSCode gives redecleration error when using same name as function names. How to solve this? +- VSCode gives redecleration error when using same name as function names. How to solve this? maybe see https://github.com/golang/go/issues/29202 ? +- see more in this [doc](https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/src/branch/main/dev/environment.md#fixme-build-flag-issues) # Before trying - make sure you have installed **wine** in your linux system @@ -38,3 +39,6 @@ maybe see https://github.com/golang/go/issues/29202 ? - https://www.digitalocean.com/community/tutorials/building-go-applications-for-different-operating-systems-and-architectures - https://www.digitalocean.com/community/tutorials/how-to-build-go-executables-for-multiple-platforms-on-ubuntu-20-04 - https://opensource.com/article/21/1/go-cross-compiling + +# Extra +- see https://git.aliberksandikci.com.tr/asandikci/go-loader-test/src/branch/eh-steve/goloader+crosscompile for usage with new goloader plugin logic \ No newline at end of file