Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Config Example

I Install NWA

go install github.com/B1NARY-GR0UP/nwa@latest

Verify the installation by type in following command and the version is display correctly.

nwa --version

II Add License Header with config command

Add license header for the go files under the nwa-examples/config folder with following command.

cd config
nwa config config.yaml

III Check

Now all the go files under nwa-examples/config have a license header, NWA runs correctly.