Tag

go1.18

1 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Apr 13, 2022 · Backend Development

Using Go 1.18 Multi‑Module Workspaces: Tutorial and Practical Examples

The article walks through Go 1.18’s new multi‑module workspaces, detailing prerequisites and essential commands, then demonstrates creating a simple “hello” module and a shared library, initializing a workspace with go work, and developing both modules concurrently without committing changes.

CodeExampleDependencyManagementGo
0 likes · 11 min read
Using Go 1.18 Multi‑Module Workspaces: Tutorial and Practical Examples
Laravel Tech Community
Laravel Tech Community
Dec 22, 2021 · Fundamentals

Go 1.18 Beta 1 Released with Generics, Fuzz Testing, and Workspace Mode

The Go 1.18 Beta 1 preview introduces generics support, built‑in fuzz testing, a new workspace mode for multiple modules, extended build‑info commands, and performance improvements for ARM64 and PPC64, while inviting early adopters to experiment with these features before the final release.

BetaGoProgramming Language
0 likes · 3 min read
Go 1.18 Beta 1 Released with Generics, Fuzz Testing, and Workspace Mode