The Daily Go
337 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
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 :

variable "ami" {
description = "the AMI to use"
}


service {
key = "value"
}


service {
key = "value"
}
The Daily Go
A command line utility for creating image macro style memes

https://github.com/nomad-software/meme

#Meme #Repository
Channel photo updated
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
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
The Daily Go
From gorilla :

Package gorilla/schema fills a struct with form values

https://github.com/gorilla/schema

#Repository #Web
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
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
#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.