Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #22506
Ticket #22506
: wrapper
File wrapper,
153 bytes
(added by
nefar@…
,
15 years ago
)
bad wrapper. had old architecture.
Line
1
#!/bin/bash
2
GOROOT
=
__GOROOT__
3
GOBIN
=
${
GOROOT
}
/bin
4
GOARCH
=
amd64
5
GOOS
=
darwin
6
PATH
=
${
GOBIN
}
:
${
PATH
}
7
export
PATH GOROOT GOBIN GOARCH GOOS
8
9
__EXECUTABLE__
$@
Download in other formats:
Original Format