Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 515 Bytes

File metadata and controls

26 lines (17 loc) · 515 Bytes

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.