Skip to content

dnsmnds/read_file_config_golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

READ FILE CONFIG(INI) USING GO LANG

###Install package

$ go get github.com/alyu/configparser

Error: "cannot download, $GOPATH not set. For more details see: go help gopath"

You must define the location that will get the library:

$ export GOPATH=/directory/here

Run application

$ go run read_file_config_golang.go

About

Read file config(INI) using golang - Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages