/go

Hot in Go In The News:
HOT IN Go In The News THIS WEEK!
HOT IN Go In The News THIS MONTH!

Odin is a general-purpose systems programming language authored by Bill “gingerBill” Hall. Designed as a modern alternative to C, Odin em...
New

A simple alternative to homebrew for installing binary packages on MacOS written in Go. - crhuber/kelp
New
HOT IN Go In The News THIS YEAR!

SRE Fred Hebert provides you with a list of questions to ask about potential AI solutions, including where humans should be involved.
New

GitHub - AccentDesign/gcss: CSS written in Pure Go.
CSS written in Pure Go. Contribute to AccentDesign/gcss development by creating an a...
New

GitHub - destel/rill: Go concurrency with channel transformations, type safety, batching and error handling. No boilerplate.
Go concurre...
New

Why People are Angry over Go 1.23 Iterators.
NOTE: This is based on, but completely rewritten, from a Twitter post: x.com
TL;DR It make...
New

DDG offers LLMs from OpenAI, Anthropic, Meta, and Mistral for factually-iffy conversations.
New

Go Error Propagation and API Contracts.
I’ve been thinking about errors in Go quite a bit lately and what has been bothering me about th...
New

Initial release • Blog • Cogent Core.
A free and open source software ecosystem for all platforms, built around a powerful, fast, elegan...
New

All JetBrains AI tools – including our improved AI Assistant and new coding agent Junie – are now available within our IDEs under a singl...
New

We Replaced Our React Frontend with Go and WebAssembly - Dagger.
Powerful, programmable CI/CD engine that runs your pipelines in
contai...
New

Go and Java: Rethinking Type Safety for the Pragmatic Age.
premise I want to explore where mainstream programming languages are headed, ...
New

We switched from Java to Go and don’t regret it | Glasskube.
I always told people memory is cheap, black magic is OK and efficiency does...
New

In many ways 2009 decided my future career. I was thirteen and had just scored my first goal in a competitive football match - a lovely o...
New

Go upgrade checklist.
and how we upgraded 150+ services at once
New

GitHub - duckduckgo/macos-browser: DuckDuckGo macOS Browser.
DuckDuckGo macOS Browser. Contribute to duckduckgo/macos-browser developmen...
New

Fun with Go Iterators.
Go 1.23 added Iterators, so lets build a js like streaming api
New
HOT IN Go In The News THE LAST THREE YEARS!

50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs.
Go is a simple and fun language, but, like any other language,...
New

A Go package for building Progressive Web Apps.
A package for building progressive web apps (PWA) with the Go programming language (Gola...
New

user-defined iteration using range over func values · Discussion #56413 · golang/go.
There is no standard way to iterate over a sequence...
New

Web server ‘hello world’ benchmark : Go vs Node.js vs Nim vs Bun.
There are many popular frameworks for writing little web applications....
New

Search privacy company still needs Bing, but won’t allow Microsoft’s trackers.
New

GitHub - guregu/trealla-go: Trealla Prolog embedded in Go using WASM.
Trealla Prolog embedded in Go using WASM. Contribute to guregu/tre...
New

I Finally Found a Solid Debian Tablet: The Surface Go 2.
I have been looking for a good tablet for Debian for… well, years. I want thin,...
New

The Zen of Go / Dave Cheney.
Something that came out of the discussion around the debacle of try earlier in the year was a comment that ...
New

Neither self nor this: Receivers in Go.
Andrey Petrov is the author of urllib3, the creator of Briefmetrics and ssh-chat, and a former G...
New

DuckDuckGo for Mac beta now open to the public!.
Enjoy browsing again with an app that cleans up the web as you use it, thanks to DuckDu...
New

Wails v2 Released | Wails.
Today marks the release of Wails v2. It’s been about 18 months since the first v2 alpha and about a year from...
New

A server-side, page-oriented web framework for the Go programming language.
Pushup’s goal is to make it faster to develop and easier to ...
New

What’s Zig got that C, Rust and Go don’t have? (with Loris Cro).
Zig is a programming language that’s attempting to become “the new C” -...
New

Type Specialization in Go.
This post was originally tweets but then things happened, and it needed a new linkable home. Btw, I’m now @co...
New

They’re totally cool with you giving their emails out to spammy companies.
New
HOT IN Go In The News THIS Over 3 Years!
New

In recent months I use Go for the implementation of Proof of Concept in my leisure time, partly to study of Go programming language itsel...
New

GitHub - deadpixi/wasm-maze-generator: A simple WASM maze generator in Go.
A simple WASM maze generator in Go. Contribute to deadpixi/wa...
New

Typing is Hard
Type Checking and Type Inference
Common terms
Completeness
Soundness
Decidability
Hindley-Milner Type System
Dependent t...
New

It’s Time to Say Goodbye to Docker.
Docker is not the only containerization tool out there and there might just be better alternatives… ...
New

GitHub - redneckbeard/thanos: Ruby → Go at the snap of your fingers.
Ruby → Go at the snap of your fingers. Contribute to redneckbeard/t...
New

One of the strongest sides of Go programming language is a built-in concurrency based on Tony Hoare’s CSP paper. Go is designed with conc...
New

Hacking sum types with Go generics.
Go doesn’t have sum types, but generics get us one step closer to a useful polyfill. If you’ve ever ...
New

This blog post walks you through how to implement a time-series database engine based on what I’ve learned from my experience of writing ...
New

GitHub - cshum/imagor: Fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax.
Fast, Docker-ready...
New

Letting Go of Random.
In a recent post I shared some thoughts about art and included a few, somewhat tongue-in-cheek comments about the ...
New

View here:
http://frigidriver.com/mazes/
This thread was posted by one of our members via one of our news source trackers.
New

GitHub - tetratelabs/wazero: wazero: the zero dependency WebAssembly runtime for Go developers.
wazero: the zero dependency WebAssembly ...
New

Since we first released Answers seven months ago, we’ve been thrilled by tremendous adoption from the mobile community. We now see about ...
New

Pachyderm.
About Pachyderm
At Pachyderm, we’re building an open-source enterprise-grade data science platform that lets you deploy and...
New
Go
Classification:
Programming Language
Forum Category:
Backend
Threads:
249
Posts:
239
"Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
- Follow
- Join
- Shape
the conversation
Go on GitHub
Stars: 128,078
Watchers: 3,362
Open Issues: 9,333
Last push: 14 hours ago
Latest Go Jobs
Featured Go Book
Latest Go Learning Resources
Automate Your Home Using Go (PragProg)
Backend Learning ResourcesEffective Go Recipes (PragProg)
Backend Learning ResourcesShipping Go (Manning)
Backend Learning ResourcesLearn Concurrent Programming with Go (Manning)
Backend Learning ResourcesLearn Go in ~5mins
Backend Learning ResourcesGo Brain Teasers (PragProg)
Backend Learning ResourcesPowerful Command-Line Applications in Go (PragProg)
Backend Learning ResourcesGo Events (WIP)
Get money off!

The Pragmatic Bookshelf
35% off any eBook

Manning Publications
45% off any item

The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!

Filter by Type:
My Saved Portals
-
None saved yet