Skip to content

The utility helps to read json configuration file that may contain your configs for your appliction. Basically it is a common workflow to process configuration files.

License

Notifications You must be signed in to change notification settings

stevenstr/configReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configReader

The utility helps to read json configuration file that may contain your configs for your appliction. Basically it is a common workflow to process configuration files.

Setup

  • put the following commands to cmd to create binary.
    go build .

Usage

    .\configreader.exe
        Try to unmarshal configs...
        We recieved this structure:
{pass_linux pass_windows true machine1 joshua 8 machine3 joseph 9}

Acces to docs

  • puth to cmd and press enter.

Errors

  • code 1 - reading configs problem.
  • code 2 - unmarshal problem.
  • code 3 - marshalindent problem.

About

The utility helps to read json configuration file that may contain your configs for your appliction. Basically it is a common workflow to process configuration files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages