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
MCONFIG is a lightweight Golang library for integrating configs files like (json, yml, toml) and environment variables into one config struct.

https://github.com/jmartin82/mconfig

#config #env #json #yaml
The Daily Go
Easily and securely send things from one computer to another crocodile package

https://github.com/schollz/croc

#FileSharing #DataTransfer
The Daily Go
This is a WASM-based Vue.js wrapper written in Go. It uses the Go 1.11+ Web Assembly compiler to compile the wrapper.

https://github.com/chanwit/vuego

#vuejs #wasm
The Daily Go

Aminal is a modern terminal emulator for Mac/Linux implemented in Golang and utilising OpenGL.

#cli #terminal
The Daily Go

Starlight wraps googleโ€™s Go implementation of the starlark python dialect (most notably found in the Bazel build tool). Starlight makes it super easy for users to extend your application by writing simple python scripts that interact seamlessly with your current Go codeโ€ฆ with no boilerplate on your part.

https://npf.io/2018/12/starlight

#python #native
The Daily Go

Write your Own Virtual Machine

https://justinmeiners.github.io/lc3-vm

#virtual #machine #vm