The Daily Go
Thinking about $GOPATH
https://dave.cheney.net/2016/12/20/thinking-about-gopath
By Dave Cheney
#Guide #Golang
Thinking about $GOPATH
https://dave.cheney.net/2016/12/20/thinking-about-gopath
By Dave Cheney
#Guide #Golang
The Daily Go
HCL is the HashiCorp configuration language.
https://github.com/hashicorp/hcl
#Repository #Config
Example :
HCL is the HashiCorp configuration language.
https://github.com/hashicorp/hcl
#Repository #Config
Example :
variable "ami" {
description = "the AMI to use"
}
service {
key = "value"
}
service {
key = "value"
}
GitHub
GitHub - hashicorp/hcl: HCL is the HashiCorp configuration language.
HCL is the HashiCorp configuration language. Contribute to hashicorp/hcl development by creating an account on GitHub.
Hi Gophers
You need to know what is happening in Golang
https://play.golang.org/p/4b181zkB1O
From :
https://twitter.com/dgryski
#Golang #YNTK
You need to know what is happening in Golang
range
https://play.golang.org/p/4b181zkB1O
From :
https://twitter.com/dgryski
#Golang #YNTK
X (formerly Twitter)
Damian Gryski (@dgryski) on X
Gopher; he/him
The Daily Go
A command line utility for creating image macro style memes
https://github.com/nomad-software/meme
#Meme #Repository
A command line utility for creating image macro style memes
https://github.com/nomad-software/meme
#Meme #Repository
The Daily Go
Channel photo updated
I saw this cute gopher in Dave Cheney slides for Go1.8 release party.
See full presentation slides in :
https://talks.godoc.org/github.com/davecheney/go-1.8-release-party/presentation.slide#1
See full presentation slides in :
https://talks.godoc.org/github.com/davecheney/go-1.8-release-party/presentation.slide#1
The Daily Go
Check out "GoLang Tutorial"
https://play.google.com/store/apps/details?id=eskutti.com.golang
Check out "Learn Go Language"
https://play.google.com/store/apps/details?id=com.tdt.learngo
Check out "GoLang Tutorial"
https://play.google.com/store/apps/details?id=eskutti.com.golang
Check out "Learn Go Language"
https://play.google.com/store/apps/details?id=com.tdt.learngo
Google Play
GoLang Tutorial - Android Apps on Google Play
This Application Helps to improve your knowledge in Go Programming language.
Forwarded from The Art of Programming
Pseudo takes an algorithm / a simple program and generates idiomatic code for it in Python, JavaScript, C#, Go and Ruby.
https://github.com/alehander42/pseudo
https://github.com/alehander42/pseudo
GitHub
pseudo-lang/pseudo
transpile algorithms/libs to idiomatic JS, Go, C#, Ruby - pseudo-lang/pseudo
The Daily Go
From gorilla :
Package gorilla/schema fills a struct with form values
https://github.com/gorilla/schema
#Repository #Web
From gorilla :
Package gorilla/schema fills a struct with form values
https://github.com/gorilla/schema
#Repository #Web
π
The Daily Goπ
From Jacob Martin blog :
Practical Golang: Using Protobuffs
https://jacobmartins.com/2016/05/24/practical-golang-using-protobuffs/
#Guide
From Jacob Martin blog :
Practical Golang: Using Protobuffs
https://jacobmartins.com/2016/05/24/practical-golang-using-protobuffs/
#Guide
Jacob Martin
Practical Golang: Using Protobuffs
Introduction Most apps we make need a means of communication. We usually use JSON, or just plain text. JSON has got especially popular because of the rise of Node.js. The truth though, is, that JSON isnβt really a fast format. The marshaller in Go also isnβtβ¦
The Daily Go
A migration helper written in Go. Use it in your existing Golang code or run commands via the CLI.
https://github.com/mattes/migrate
#Repository #Database
A migration helper written in Go. Use it in your existing Golang code or run commands via the CLI.
https://github.com/mattes/migrate
#Repository #Database
GitHub
GitHub - mattes/migrate: Database migrations. CLI and Golang library.
Database migrations. CLI and Golang library. Contribute to mattes/migrate development by creating an account on GitHub.
The Daily Go
Web Scraper in Go, similar to BeautifulSoup
https://github.com/anaskhan96/soup
#Repository #Scrape #Web
Web Scraper in Go, similar to BeautifulSoup
https://github.com/anaskhan96/soup
#Repository #Scrape #Web
GitHub
GitHub - anaskhan96/soup: Web Scraper in Go, similar to BeautifulSoup
Web Scraper in Go, similar to BeautifulSoup. Contribute to anaskhan96/soup development by creating an account on GitHub.
The Daily Go
Natural language detection library for Go
https://github.com/abadojack/whatlanggo
#Repository
Natural language detection library for Go
https://github.com/abadojack/whatlanggo
#Repository
GitHub
GitHub - abadojack/whatlanggo: Natural language detection library for Go
Natural language detection library for Go. Contribute to abadojack/whatlanggo development by creating an account on GitHub.
Forwarded from The Daily Go
The Daily Go
Dave Cheney
How to use conditional compilation with the go build tool
https://dave.cheney.net/2013/10/12/how-to-use-conditional-compilation-with-the-go-build-tool
#Guide #GoBuild
Dave Cheney
How to use conditional compilation with the go build tool
https://dave.cheney.net/2013/10/12/how-to-use-conditional-compilation-with-the-go-build-tool
#Guide #GoBuild
The Daily Go
Trying to grasp Go's pointers
http://stackoverflow.com/q/42594475/6559250
#Beginner #Trick #Pointer
Trying to grasp Go's pointers
http://stackoverflow.com/q/42594475/6559250
#Beginner #Trick #Pointer
Stackoverflow
Trying to grasp Go's pointers
I've written a small snippet to recursively walk a directory and return a slice of files ([]string) based on extension. It seems to work, but I cannot fully get the idea behind pointers and how to
The Daily Go
π£ If you didn't read Golang Memory Model, You aren't good Golang programmer.
The Go Memory Model
https://golang.org/ref/mem
#Golang #Memory
π£ If you didn't read Golang Memory Model, You aren't good Golang programmer.
The Go Memory Model
https://golang.org/ref/mem
#Golang #Memory
The Daily Go
Looking for security trouble spots in Go code
http://0xdabbad00.com/2015/04/12/looking_for_security_trouble_spots_in_go_code/
#Security
Looking for security trouble spots in Go code
http://0xdabbad00.com/2015/04/12/looking_for_security_trouble_spots_in_go_code/
#Security
#Repost , More than 330 views.
Afero is an filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
Afero is an filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.