Skip to content

andika-s/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

A simple configuration management in Golang.

Table of Contents

Installation

Get the repository by following this command below:

go get github.com/andika-s/config

Usage

Start to create new config initialization and put the configuration script using yaml extension and access the process function.

func main() {
	cfg := config.New("config.yaml")
	instance, err := cfg.Process()
	if err != nil {
		log.Fatal(err)
	}
}

About

A simple configuration management in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages