update readme
This commit is contained in:
parent
6ffed38462
commit
edfd973bb0
1 changed files with 5 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue