Skip to content

Commit

Permalink
Add Go binary files for multiple architectures and versions (#12)
Browse files Browse the repository at this point in the history
* Add Go binary files for multiple architectures and versions

* Create Language specific directory

* move language to root directory
  • Loading branch information
Arker123 authored Jul 18, 2023
1 parent da2fe57 commit 4323c37
Show file tree
Hide file tree
Showing 30 changed files with 16 additions and 0 deletions.
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.
16 changes: 16 additions & 0 deletions language/go/go-unknown-binaries/Readme.md
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 added language/go/go-unknown-binaries/bin/386_go1.12
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/386_go1.16
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/386_go1.18
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/386_go1.20
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/amd64_go1.12
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/amd64_go1.16
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/amd64_go1.18
Binary file not shown.
Binary file added language/go/go-unknown-binaries/bin/amd64_go1.20
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.

0 comments on commit 4323c37

Please sign in to comment.