update readme

This commit is contained in:
Aliberk Sandıkçı 2023-09-01 10:01:12 +03:00
parent 6ffed38462
commit edfd973bb0
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 5 additions and 1 deletions

View File

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