The Daily Go
338 subscribers
53 photos
2 videos
3 files
657 links
We provide you daily Golang contents. If you want to post any content contact with us.
.
Administrators:
๐Ÿ‘‰๐Ÿป@aidenzibaei
๐Ÿ‘‰๐Ÿป@amin_khozaei

#jaryan904259
Download Telegram
The Daily Go
Go's new brand announced.

https://blog.golang.org/go-brand

#Brand #Logo #Go
Channel photo updated
The Daily Go
A library for decoding html into golang structs. Useful e.g. for making crawlers to interact with pages that does not have an actual api.

https://github.com/zlepper/encoding-html

#html #Crawler
The Daily Go
Go implementation of The P-Square Algorithm for Dynamic Calculation of Quantiles and Histograms Without Storing Observations.

https://github.com/narqo/psqr

#PSquare
The Daily Go
gVisor is a user-space kernel for containers. It limits the host kernel surface accessible to the application while still giving the application access to all the features it expects.

https://github.com/google/gvisor

#Sandbox #Docker #Container #Kubernetes
The Daily Go
triggerFS enables you to build distributed systems and do realtime messaging in a service-oriented fashion.

https://triggerfs.io/en/latest/intro.html

#Realtime #Messaging #Trigger
The Daily Go
A real-time message bus server and library written in Go with strong consistency and reliability guarantees.

https://github.com/prologic/msgbus

#Message #Queue #Event #PubSub