The Go linker itself doesn't support linker scripts.
It may work to do something like -ldflags="-linkmode=external
-extldflags=-Tmylinkerscript".
Note that it's quite peculiar for a Linux implementation to require
ELF sections to be in a particular order. I don't understand what
would impose such a requirement.
Ian