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
Learn Go with test-driven development

https://github.com/quii/learn-go-with-tests

#Learn #TDD
The Daily Go
The fastest and most interactive terminal based UI application for tracking cryptocurrencies

https://github.com/miguelmota/cointop

#Console #Cryptocurrency
The Daily Go
A go package for Windows 10 toast notifications.

https://github.com/go-toast/toast

#Toast #Windows
The Daily Go
Expose your local endpoints to the Internet

https://github.com/alexellis/inlets

#Tunnel #Proxy
The Daily Go
Canvas is a common vector drawing target that can output SVG, PDF, EPS and raster images (which can be saved as PNG, JPG, ...).

https://github.com/tdewolff/canvas

#drawing #pure_go
The Daily Go
JPEG steganography
jsteg is a package for hiding data inside jpeg files, a technique known as steganography. This is accomplished by copying each bit of the data into the least-significant bits of the image. The amount of data that can be hidden depends on the filesize of the jpeg; it takes about 10-14 bytes of jpeg to store each byte of the hidden data.

https://github.com/lukechampine/jsteg

#steganography #jpeg
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
A tool for exploring each layer in a docker image

https://github.com/wagoodman/dive

#Docker #Image
The Daily Go
Why Go is a great fit for DevOps

https://www.freecodecamp.org/news/using-go-for-devops/
#devops