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
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
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