Package Details: go-bin 1.25.5-1

Git Clone URL: https://aur.archlinux.org/go-bin.git (read-only, click to copy)
Package Base: go-bin
Description: Go programming language (binary release)
Upstream URL: https://go.dev/
Licenses: BSD
Conflicts: go
Provides: go
Submitter: kevindiu
Maintainer: kevindiu
Last Packager: kevindiu
Votes: 1
Popularity: 0.50
First Submitted: 2025-11-06 15:14 (UTC)
Last Updated: 2025-12-09 14:40 (UTC)

Dependencies (1)

Required by (4430)

Sources (3)

Latest Comments

kevindiu commented on 2025-11-25 00:49 (UTC)

for user which doesn't use archlinuxarm or repo, we should keep the package here. Also archlinuxarm is not a official arch build.

micwoj92 commented on 2025-11-25 00:20 (UTC)

I've submited deletion request with same reason as in 2018: https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/V5ZHTUQ4ZVZNTOKIMVKRSA4LZ4Z7YBRS/

micwoj92 commented on 2025-11-25 00:19 (UTC)

This is not AUR. AUR is: aur.archlinux.org
That package is from official repos. The "official" build would be to use archlinuxarm.

kevindiu commented on 2025-11-25 00:14 (UTC)

Here is the go package in AUR.

https://archlinux.org/packages/extra/x86_64/go/

Why I created this is because I use non-official arch build (e.g. Manjaro) which didn't update the go package in Manjaro repo. Since there is no official arch build, I am using arm build Manjaro.

micwoj92 commented on 2025-11-25 00:07 (UTC)

There is no go package in AUR. It is in official repositories. Arm arch for example is supported by archlinuxarm: https://archlinuxarm.org/packages/armv7h/go

same way for 32 bits, by archlinux32: https://archlinux32.org/packages/i686/extra/go/

kevindiu commented on 2025-11-25 00:03 (UTC)

Hi, thank you for your comment. If I remember correctly, go package in AUR build the go compiler from source code, which cost a lot of time during installation, hence it only support x86 arch.

This package install the pre-build binary released from official website, hence supporting different architecture like arm.

micwoj92 commented on 2025-11-24 23:54 (UTC)

Is there any benefit to this package compared to go?