-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Go binary files for multiple architectures and versions (#12)
* Add Go binary files for multiple architectures and versions * Create Language specific directory * move language to root directory
- Loading branch information
Showing
30 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Go Binary Files for Multiple Architectures and Versions | ||
|
||
This repository contains binary files for Go programming language compiled for various architectures and versions. Please note that the source code for these binaries is not available and their origin is unknown. Exercise caution when using binaries from untrusted sources. | ||
|
||
## Contents | ||
|
||
The bin/ folder includes the following files: | ||
|
||
- 386_go1.12.exe: Go binary compiled for Windows 32-bit (386) architecture, version 1.12.0. | ||
- amd64_go1.12.exe: Go binary compiled for Windows 64-bit (amd64) architecture, version 1.12.0. | ||
- 386_go1.16.exe: Go binary compiled for Windows 32-bit (386) architecture, version 1.16.0. | ||
- amd64_go1.16.exe: Go binary compiled for Windows 64-bit (amd64) architecture, version 1.16.0. | ||
- 386_go1.18.exe: Go binary compiled for Windows 32-bit (386) architecture, version 1.18.0. | ||
- amd64_go1.18.exe: Go binary compiled for Windows 64-bit (amd64) architecture, version 1.18.0. | ||
- 386_go1.20.exe: Go binary compiled for Windows 32-bit (386) architecture, version 1.20.0. | ||
- amd64_go1.20.exe: Go binary compiled for Windows 64-bit (amd64) architecture, version 1.20.0. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.