Page 1 of 1
GO availability for Wayland
Posted: Wed Jan 17, 2024 10:16 am
by manyroads
@stevo would it be possible to have Go added to the repos? There are one or two apps that require go in order to compile. I can add the materials manually, but down the road they'll be useful to many folks, who may not like building their own, so to speak.
https://github.com/nwg-piotr/nwg-look.git
https://go.dev/dl/
Re: GO availability for Wayland
Posted: Thu Jan 18, 2024 3:24 am
by Stevo
Do you mean golang?
Code: Select all
apt show golang
Package: golang
Version: 2:1.19~1
Priority: optional
Section: golang
Source: golang-defaults
Maintainer: Debian Go Compiler Team <team+go-compiler@tracker.debian.org>
Installed-Size: 12.3 kB
Depends: golang-1.19, golang-doc (>= 2:1.19~1), golang-go (>= 2:1.19~1), golang-src (>= 2:1.19~1)
Homepage: https://golang.org
Download-Size: 5,744 B
APT-Sources: http://deb.debian.org/debian bookworm/main amd64 Packages
Description: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
Re: GO availability for Wayland
Posted: Thu Jan 18, 2024 2:01 pm
by manyroads
I don't know... I'll see if golnag works...
Re: GO availability for Wayland
Posted: Fri Jan 19, 2024 2:51 am
by Stevo
It appears it is the same Go language that's from the Google, just a little older than the latest 1.2.6 release.
Re: GO availability for Wayland
Posted: Fri Jan 19, 2024 12:22 pm
by manyroads
Stevo wrote: Fri Jan 19, 2024 2:51 am
It appears it is the same Go language that's from the Google, just a little older than the latest 1.2.6 release.
Thank you!