The Daily Go
Readline is a pure go(golang) implementation for GNU-Readline kind library
https://github.com/chzyer/readline
#ReadLine #GNU #Repository
Readline is a pure go(golang) implementation for GNU-Readline kind library
https://github.com/chzyer/readline
#ReadLine #GNU #Repository
GitHub
GitHub - chzyer/readline: Readline is a pure go(golang) implementation for GNU-Readline kind library
Readline is a pure go(golang) implementation for GNU-Readline kind library - chzyer/readline
The Daily Go
Minimalistic database migration helper for Gorm ORM
https://github.com/go-gormigrate/gormigrate
#ORM #Migrations
Minimalistic database migration helper for Gorm ORM
https://github.com/go-gormigrate/gormigrate
#ORM #Migrations
GitHub
GitHub - go-gormigrate/gormigrate: Minimalistic database migration helper for Gorm ORM
Minimalistic database migration helper for Gorm ORM - go-gormigrate/gormigrate
16 February 2018
Go 1.10 is released
Happy Friday, happy weekend! Today the Go team is happy to announce the release of Go 1.10.
https://blog.golang.org/go1.10
As always, the changes are so general and varied that precise statements about performance are difficult to make. Most programs should run a bit faster, due to speedups in the garbage collector, better generated code, and optimizations in the core library.
#BestReleaseEver #TimeToUpdate
Go 1.10 is released
Happy Friday, happy weekend! Today the Go team is happy to announce the release of Go 1.10.
https://blog.golang.org/go1.10
As always, the changes are so general and varied that precise statements about performance are difficult to make. Most programs should run a bit faster, due to speedups in the garbage collector, better generated code, and optimizations in the core library.
#BestReleaseEver #TimeToUpdate
The Daily Go
Code your own blockchain in less than 200 lines of Go!
https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc
#Blockchain #Medium #Post
Code your own blockchain in less than 200 lines of Go!
https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc
#Blockchain #Medium #Post
Medium
Code your own blockchain in less than 200 lines of Go!
If this isnβt your first time reading this post, check out Part 2: Networking here!
The Daily Go
Simple deb and rpm packager written in Go.
https://github.com/goreleaser/nfpm
#RPM #DEB #Package #Manager
Simple deb and rpm packager written in Go.
https://github.com/goreleaser/nfpm
#RPM #DEB #Package #Manager
GitHub
GitHub - goreleaser/nfpm: nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go - goreleaser/nfpm
The Daily Go
Build self-updating Golang programs
Package update provides functionality to implement secure, self-updating Go programs (or other single-file targets) A program can update itself by replacing its executable file with a new version.
https://github.com/inconshreveable/go-update
#Update #Repository
Build self-updating Golang programs
Package update provides functionality to implement secure, self-updating Go programs (or other single-file targets) A program can update itself by replacing its executable file with a new version.
https://github.com/inconshreveable/go-update
#Update #Repository
GitHub
GitHub - inconshreveable/go-update: Build self-updating Golang programs
Build self-updating Golang programs. Contribute to inconshreveable/go-update development by creating an account on GitHub.
The Daily Go
gox is an extension of Go's syntax that let's you write HTML-style tags directly in your source code.
In other words, it's JSX for Go.
https://github.com/8byt/gox
#Repository #JSX
gox is an extension of Go's syntax that let's you write HTML-style tags directly in your source code.
In other words, it's JSX for Go.
https://github.com/8byt/gox
#Repository #JSX
GitHub
GitHub - 8byt/gox: JSX for Go
JSX for Go. Contribute to 8byt/gox development by creating an account on GitHub.
The Daily Go
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.
https://goreleaser.com/
#Automation
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.
https://goreleaser.com/
#Automation
The Daily Go
A golang implementation of the python standard library module.
https://github.com/yanatan16/itertools
#Iterations #Golang #Repository
A golang implementation of the python standard library module.
https://github.com/yanatan16/itertools
#Iterations #Golang #Repository
GitHub
GitHub - yanatan16/itertools: A golang implementation of the python standard library module.
A golang implementation of the python standard library module. - GitHub - yanatan16/itertools: A golang implementation of the python standard library module.
The Daily Go
Reusable barriers in Golang
https://medium.com/golangspec/reusable-barriers-in-golang-156db1f75d0b
#Medium #Post
Reusable barriers in Golang
https://medium.com/golangspec/reusable-barriers-in-golang-156db1f75d0b
#Medium #Post
Medium
Reusable barriers in Golang
How to implement them using buffered channels
The Daily Go
Remove unnecessary files from node_modules (.md, .ts, ...)
https://github.com/tj/node-prune
#Node #Tools
Remove unnecessary files from node_modules (.md, .ts, ...)
https://github.com/tj/node-prune
#Node #Tools
GitHub
GitHub - tj/node-prune: Remove unnecessary files from node_modules (.md, .ts, ...)
Remove unnecessary files from node_modules (.md, .ts, ...) - tj/node-prune
Forwarded from Full Stack's Broadcast (Dom)
DEV Community
Driving web browser in Go
Introduction to Agoutil.
The Daily Go
Trying Clean Architecture on Golang
https://hackernoon.com/golang-clean-archithecture-efd6d7c43047
#Guide #Post
Trying Clean Architecture on Golang
https://hackernoon.com/golang-clean-archithecture-efd6d7c43047
#Guide #Post
Hackernoon
Trying Clean Architecture on Golang
After reading the uncle Bobβs Clean Architecture Concept, Iβm trying to implement it in Golang. This is a similar architecture that we used in our company, <a href="https://kurio.co.id/" target="_blank"><strong>Kurio - App Berita Indonesi</strong></a><strong>aβ¦
The Daily Go
Optimized abs() for int64 in Go
.
http://cavaliercoder.com/blog/optimized-abs-for-int64-in-go.html
#ASM #Post
Optimized abs() for int64 in Go
.
http://cavaliercoder.com/blog/optimized-abs-for-int64-in-go.html
#ASM #Post
Cavaliercoder
Optimized abs() for int64 in Go
The Go programming language has no built in abs function for computing theabsolute value of an integer.That is, the non-negative representation of a negative or positive number.
Forwarded from The Devs
Gopher's reading list, a curated selection of blog posts on Go.
#resources #list #tutorial #go
@thedevs
https://kutt.it/sxvCt4
#resources #list #tutorial #go
@thedevs
https://kutt.it/sxvCt4
The Daily Go
Securing Golang API using Json Web Token (JWT)
https://medium.com/@raul_11817/securing-golang-api-using-json-web-token-jwt-2dc363792a48
#JWT #Guide
Securing Golang API using Json Web Token (JWT)
https://medium.com/@raul_11817/securing-golang-api-using-json-web-token-jwt-2dc363792a48
#JWT #Guide
Medium
Securing Golang API using Json Web Token (JWT)
In this post, we will not only cover how to use Go to create a RESTful JSON API, but we will also describe how protect our API with JSONβ¦
The Daily Go
Web File Manager which can be used as a middleware or standalone app.
https://github.com/filebrowser/filebrowser
#FileManager #Caddy #VueJS
Web File Manager which can be used as a middleware or standalone app.
https://github.com/filebrowser/filebrowser
#FileManager #Caddy #VueJS
GitHub
GitHub - filebrowser/filebrowser: π Web File Browser
π Web File Browser. Contribute to filebrowser/filebrowser development by creating an account on GitHub.