The Daily Go
337 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
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
rocket fast, interruptable, resumable download accelerator written in golang

https://github.com/huydx/hget

Note: Unix systems only.

#Repository #Download
The Daily Go
smartcrop implementation in Go

https://github.com/muesli/smartcrop

#Repository
The Daily Go
Override a struct method

NOTE There is no object-oriented Java-like overriding in Go. In this post I explain what I call overriding struct methods in Go.

https://siadat.github.io/post/curious-gopher-override

#Guide #Struct #Beginners
The Daily Go
nanolog

https://github.com/ScottMansfield/nanolog

Why?

It's about 3.75x faster than the equivalent stdlib log package usage and the output log files are about 1/2 the size. These ratios should increase and decrease, respectively, as the amount of unchanging data in each log line increases.

#Repository #Logger
The Daily Go
Dirty Cow implement in Go

https://github.com/mengzhuo/dirty-cow-golang

#Bug #Linux
The Daily Go
You Need To Know ...

A function declaration may omit the body. Such a declaration provides the signature for a function implemented outside Go, such as an assembly routine.


https://golang.org/ref/spec#Function_declarations
The Daily Go
3D Wireframe Drawing Library for Go https://github.com/tidwall/pinhole #Repository #Trends
Why does this exist?

I needed a CPU based 3D rendering library with a very simple API for visualizing data structures. No bells or whistles, just clean lines and solid colors.

#Josh_Baker said