Learn Go.
Build projects.
Find your UK
Go community.

Practical tutorials, tested examples, UK jobs and verified events — in one independent guide.

01
PACKAGEmathutil
v0.1.0
package mathutil func Sum(nums []int) int { total := 0 for _, n := range nums { total += n } return total }
PASS
02
TESTsum_test.go
v0.1.0
func TestSum(t *testing.T) { got := Sum([]int{1, 2, 3}) if got != 6 { t.Fatalf("got %d", got) } }
PASS
03
RUNgo test ./...
go1.26.6
$ go test ./... ok github.com/example/mathutil 0.003s PASS
PASS

UK Go community

Source-checked community routes. We show an honest empty state when no future item is verified.

View all groups →
No future event is verified in the selected window.

Search UK Go jobs

We do not host jobs. These routes open external searches on established job platforms.

View all job routes →