# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 576
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/golang_news/twtxt.txt&offset=376
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/golang_news/twtxt.txt&offset=476
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/golang_news/twtxt.txt&offset=276
Yarn.social is a decentralised self-hosted social media that has a privacy-first focus
πŸ“£Β NEW: Releases - yarn - v0.13.0 - Aluminium Amarok

1 points posted by James Mills ⌘ Read more
Optimizing GoAWK with a bytecode compiler and virtual machine
1 points posted by tomf ⌘ Read more
The Go 1.18 generics landscape
A fairly complete presentation about Go 1.18 generics including examples, planned changes for future releases, writing generics code, defining constraints, new library packages, and generics examples for generics Map() / Reduce() / Filter()  and a type-safe Set implementation. 1 points posted by FGM ⌘ Read more
Go version performance
4 points posted by kenny ⌘ Read more
goben 0.6 - tool to measure TCP/UDP transport layer throughput between hosts
gobenΒ is a golang tool to measure TCP/UDP transport layer throughput between hosts.

Release 0.6 adds distinct default buffer sizes for tcp/udp. 1 points posted by Everton Marques ⌘ Read more
Video: 43rd Gofrm Meetup - Reduce system complexity with Data-Oriented programming
A recording of our 43rd Gofrm meetup. We hope to see us again soon. You're welcome to join the next time (https://www.meetup.com/gophers-frm/) 1 points posted by Sascha Andres ⌘ Read more
Hiring: Go Developer (Remote)
1 points posted by golangch ⌘ Read more
I’m porting tsc to Go
1 points posted by tomf ⌘ Read more
Containerize go and sqlite with docker
3 points posted by kenny ⌘ Read more
Plotting go test coverage over time without a coverage SaaS #testing #howto #observability #qualityassurance
The Go SDK has been including test coverage reports since Go 1.2.

How can we obtain a time graph of test coverage, without needing a SaaS service? Enter https://gitlab.com/fgmarand/gocoverstats ...

1 points posted by FGM ⌘ Read more
a very simple pure key/value storage that speaks Redis protocol based on Postgresql
1 points posted by Mohammed Al Ashaal ⌘ Read more
Binary Tetris - bintris is a mobile game developed in Go
3 points posted by kenny ⌘ Read more
autoscaler - Simple and efficient autoscalling solution for K8S
1 points posted by marcin-janas ⌘ Read more
lancet - A comprehensive, efficient, and reusable util function library of go.
1 points posted by Marcel Franke ⌘ Read more
Hiring: Server Engineer - Remote (Penn Game Studios)
1 points posted by golangch ⌘ Read more
Go profiler notes
3 points posted by kenny ⌘ Read more
Native Go compiling for nintendo switch
3 points posted by kenny ⌘ Read more
Bundling templates with embed #embed #howto #assets
If you've been embedding assets  or templates with rakyll/statik, markbates/pkger or any other bundler, you will probably want to convert to the new embed package brought by Go 1.16 to replace them all. This article, following one about pkger, explains how, going through the exact same steps to make converting easier. 1 points posted by FGM ⌘ Read more
Excelize 2.5.0 Released – Go API for spreadsheet (Excel) #golang #Excel #excelize #spreadsheet
1 points posted by xuri ⌘ Read more
Hiring: Backend Go Engineer with fleet - Remote (American Timezones) - $100k to $180k a year
1 points posted by 0x13a ⌘ Read more
Show: Golang Developers Directory
Sharing a free-to-use Golang Developers Directory for people who are looking for a Go job 1 points posted by 0x13a ⌘ Read more
Hiring: Backend Developer (Go)
1 points posted by golangch ⌘ Read more
Getting started with Generics in Go
4 points posted by kenny ⌘ Read more
Exploiting a turing complete image format
2 points posted by kenny ⌘ Read more
When to Use Generics in Go?**
1 points posted by teivah ⌘ Read more
Hiring: Senior Backend Engineer - Go (Golang) [100% REMOTE]**
1 points posted by golangch ⌘ Read more*
CLI App: Download a copy of an entire website
I have created a simple yet powerful command-line application using Go to easily download an entire copy of any online website.

1 points posted by Antonio ⌘ Read more
imagor - image processing server written in Go
Fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax 1 points posted by gopher ⌘ Read more
Notes on the Go translation of Reposurgeon
3 points posted by tomf ⌘ Read more
Code: New version of oppinionated Ansible role to install Golang
Install go up to version 1.17.4 1 points posted by Sascha Andres ⌘ Read more
fxml - FreeStyle XML Parser
1 points posted by xrfang ⌘ Read more
Auto-generated C4 Architecture Diagrams in Go
1 points posted by m110 ⌘ Read more
Go does not need a java style gc
1 points posted by Everton Marques ⌘ Read more
[WIP] Query any data source using SQL, building Presto or AWS Athena alternative
xyrΒ is a very lightweight, simple, and powerful data ETL platform that helps you to query available data sources using SQL.

# Use Cases

- Simple Presto Alternative.
- Simple AWS Athena Alternative.
- Convert your JSON documents into a SQL DB.
- Query your CSV files easily and join them with other data.

# How does it work?

> internaly xyr utilizes SQLite as an embeded sql datastore (it may be changed in future and we c ... ⌘ Read more
Hiring: Go Backend Engineer (Remote OK)
1 points posted by golangch ⌘ Read more
12 years of Go
3 points posted by kenny ⌘ Read more
Infrastructure as Code on AWS using Go and Pulumi
1 points posted by Elton Minetto ⌘ Read more
Deploy a Go API to AWS Lambda and API Gateway
In this article, I am going to describe the process of deploying an API coded with Go to AWS Lambda and Amazon API Gateway, a process that takes only a few minutes if you know how to do it. 1 points posted by Antonio ⌘ Read more
Video: Using generics in Go
3 points posted by kenny ⌘ Read more
Using ssh and domain sockets for serving
1 points posted by John Doak ⌘ Read more
Trojan source attacks\n3 points posted by kenny ⌘ Read more
Trojan source attacks
3 points posted by kenny ⌘ Read more
Js)Hiring: Senior/Med Back-End Engineer (Golang / JS)\n1 points posted by golangch ⌘ Read more
Js)Hiring: Senior/Med Back-End Engineer (Golang / JS)
1 points posted by golangch ⌘ Read more
Go MySQL tutorial to select single and multiple rows from a table\n1 points posted by geekme ⌘ Read more
Go MySQL tutorial to select single and multiple rows from a table
1 points posted by geekme ⌘ Read more
proposal: don't use generics in 1.18 stdlib
3 points posted by kenny ⌘ Read more
proposal: don't use generics in 1.18 stdlib\n3 points posted by kenny ⌘ Read more
ddosify - High-performance load testing tool, written in Golang.
1 points posted by Lukasz ⌘ Read more
ddosify - High-performance load testing tool, written in Golang.\n1 points posted by Lukasz ⌘ Read more
Hey linker, can you spare a meg?**
1 points posted by kenny ⌘ Read more
Hey linker, can you spare a meg?**\n1 points posted by kenny ⌘ Read more
Release Lightmeter 1.9: seeding the network\n1 points posted by Marcel Franke ⌘ Read more
Release Lightmeter 1.9: seeding the network
1 points posted by Marcel Franke ⌘ Read more
Hiring: SENIOR BACKEND ENGINEER - GO (GOLANG) [100% REMOTE]**
1 points posted by golangch ⌘ Read more
*
Hiring: SENIOR BACKEND ENGINEER - GO (GOLANG) [100% REMOTE]**\n1 points posted by golangch ⌘ Read more*
Faster time parsing
3 points posted by kenny ⌘ Read more
Faster time parsing\n3 points posted by kenny ⌘ Read more
Hiring: golang backend engineer at questbook
3 points posted by kenny ⌘ Read more
Hiring: golang backend engineer at questbook\n3 points posted by kenny ⌘ Read more
Hiring: Senior Go Lang Developer | Contractor | Remote\n1 points posted by golangch ⌘ Read more
Hiring: Senior Go Lang Developer | Contractor | Remote
1 points posted by golangch ⌘ Read more
sqspipe - continuously move messages between aws sqs queues in a rate limited manner
1 points posted by Everton Marques ⌘ Read more
sqspipe - continuously move messages between aws sqs queues in a rate limited manner\n1 points posted by Everton Marques ⌘ Read more
exeq - painless task queue manager for shell commands with an intuitive cli interface
1 points posted by Mohammed Al Ashaal ⌘ Read more
exeq - painless task queue manager for shell commands with an intuitive cli interface\n1 points posted by Mohammed Al Ashaal ⌘ Read more
Cast: Go Time - the Go tooling maintainers\n3 points posted by kenny ⌘ Read more
Cast: Go Time - the Go tooling maintainers
3 points posted by kenny ⌘ Read more
Hiring: Go Back End Developer - Team Lead\n1 points posted by golangch ⌘ Read more
Hiring: Go Back End Developer - Team Lead
1 points posted by golangch ⌘ Read more
Taming gos memory usage or how we avoided rewriting our client in rust\n1 points posted by kenny ⌘ Read more
Taming gos memory usage or how we avoided rewriting our client in rust
1 points posted by kenny ⌘ Read more
How to structure a go command line project\n1 points posted by madflojo ⌘ Read more
How to structure a go command line project
1 points posted by madflojo ⌘ Read more
Tutorial: Let’s build a Gui with Gio\n1 points posted by Everton Marques ⌘ Read more
Tutorial: Let’s build a Gui with Gio
1 points posted by Everton Marques ⌘ Read more
Monitoring and automation for Open Source email servers, starting with Postfix.\n1 points posted by Marcel Franke ⌘ Read more
Monitoring and automation for Open Source email servers, starting with Postfix.
1 points posted by Marcel Franke ⌘ Read more
Hiring: Cosmos SDK Golang Engineer
1 points posted by golangch ⌘ Read more
Hiring: Cosmos SDK Golang Engineer\n1 points posted by golangch ⌘ Read more
Code: tarmac - Framework for building distributed services with Web Assembly\n1 points posted by madflojo ⌘ Read more
Code: tarmac - Framework for building distributed services with Web Assembly
1 points posted by madflojo ⌘ Read more
Forcefully close tcp connections in golang e5f5b1b14ce6
1 points posted by madflojo ⌘ Read more
Forcefully close tcp connections in golang e5f5b1b14ce6\n1 points posted by madflojo ⌘ Read more
Show: Launched Golang Job and Resume Board on Product Hunt\nI really would be thankful to you check out the launch of my #golang related Job Board on Product Hunt: https://www.producthunt.com/posts/golang-developer-job-board 1 points posted by golangch ⌘ Read more
Show: Launched Golang Job and Resume Board on Product Hunt
I really would be thankful to you check out the launch of my #golang related Job Board on Product Hunt: https://www.producthunt.com/posts/golang-developer-job-board 1 points posted by golangch ⌘ Read more
Accessing Postgres via REST using pRest\n1 points posted by Elton Minetto ⌘ Read more
Accessing Postgres via REST using pRest
1 points posted by Elton Minetto ⌘ Read more
Hiring: Backend Go Software Engineer
1 points posted by golangch ⌘ Read more
Hiring: Backend Go Software Engineer\n1 points posted by golangch ⌘ Read more
Bencher - continuous benchmarking infrastructure
1 points posted by tomf ⌘ Read more
Bencher - continuous benchmarking infrastructure\n1 points posted by tomf ⌘ Read more
Tinygo - good things come in small packages\n2 points posted by kenny ⌘ Read more
Tinygo - good things come in small packages
2 points posted by kenny ⌘ Read more
5th Anniversary of the Excelize Open Source\n1 points posted by xuri ⌘ Read more
5th Anniversary of the Excelize Open Source
1 points posted by xuri ⌘ Read more
Goroutine and Channel Examples
1 points posted by Amit arora ⌘ Read more
Goroutine and Channel Examples\n1 points posted by Amit arora ⌘ Read more
Hiring: Backend Software Developer (Go) - Office in Amsterdam or fully Remote (CEST or close)\n1 points posted by golangch ⌘ Read more
Hiring: Backend Software Developer (Go) - Office in Amsterdam or fully Remote (CEST or close)
1 points posted by golangch ⌘ Read more