-
Notifications
You must be signed in to change notification settings - Fork 0
gpaul/golang-syso
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
golang-syso =========== $ export GOPATH=`pwd` $ go install -v ... # uses internal linker and complains of bad relocation $ go install -v -ldflags '-linkmode=external' ... # uses gcc to link, no complaints $ ./bin/foo len=0, cap=0 [] # Instead of len=1024, cap=1024 [...]
About
golang syso attempt
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published