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
rocket fast, interruptable, resumable download accelerator written in golang
https://github.com/huydx/hget
Note: Unix systems only.
#Repository #Download
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
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
Goenv is a Go package that provides virtualenv-like functionality for Go projects, isolating dependencies into workspaces for safer and simpler management.
https://github.com/crsmithdev/goenv
#Repository #Virtual #Environment
Goenv is a Go package that provides virtualenv-like functionality for Go projects, isolating dependencies into workspaces for safer and simpler management.
https://github.com/crsmithdev/goenv
#Repository #Virtual #Environment
GitHub
GitHub - crsmithdev/goenv: Isolated development environments for Go
Isolated development environments for Go. Contribute to crsmithdev/goenv development by creating an account on GitHub.
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
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
GitHub
ScottMansfield/nanolog
Nanosecond scale logger inspired by https://github.com/PlatformLab/NanoLog - ScottMansfield/nanolog
The Daily Go
Hot Repository
Godzilla is a ES2015 to Go source code transpiler and runtime
https://github.com/jingweno/godzilla
#Repository #JavaScript #Transpiler
Hot Repository
Godzilla is a ES2015 to Go source code transpiler and runtime
https://github.com/jingweno/godzilla
#Repository #JavaScript #Transpiler
GitHub
GitHub - owenthereal/godzilla: Godzilla is a ES2015 to Go source code transpiler and runtime
Godzilla is a ES2015 to Go source code transpiler and runtime - GitHub - owenthereal/godzilla: Godzilla is a ES2015 to Go source code transpiler and runtime
The Daily Go
Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
https://github.com/miketheprogrammer/go-thrust
#Repository #Chromium #UI
Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
https://github.com/miketheprogrammer/go-thrust
#Repository #Chromium #UI
GitHub
GitHub - miketheprogrammer/go-thrust: Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib - GitHub - miketheprogrammer/go-thrust: Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
The Daily Go
Selected Machine Learning algorithms for basic natural language processing in Golang
https://github.com/james-bowman/nlp
#Repository #NLP
Selected Machine Learning algorithms for basic natural language processing in Golang
https://github.com/james-bowman/nlp
#Repository #NLP
GitHub
GitHub - james-bowman/nlp: Selected Machine Learning algorithms for natural language processing and semantic analysis in Golang
Selected Machine Learning algorithms for natural language processing and semantic analysis in Golang - james-bowman/nlp
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
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
go.dev
The Go Programming Language Specification - The Go Programming Language
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Search through your filesystem with SQL-esque queries
https://github.com/kshvmdn/fsql
#Repository #Trends #SQL
Search through your filesystem with SQL-esque queries
https://github.com/kshvmdn/fsql
#Repository #Trends #SQL
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Share your terminal as a web application
https://github.com/yudai/gotty
#Repository #Web #TTY
Share your terminal as a web application
https://github.com/yudai/gotty
#Repository #Web #TTY
The Daily Go
Run go programs as a service on major platforms.
https://github.com/kardianos/service
#Repository #Service
Run go programs as a service on major platforms.
https://github.com/kardianos/service
#Repository #Service
GitHub
GitHub - kardianos/service: Run go programs as a service on major platforms.
Run go programs as a service on major platforms. Contribute to kardianos/service development by creating an account on GitHub.
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
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