## Project seed for applications written in go lang ### Build project Just run **mvn** command without any parameters (which is by default equal to **mvn clean package**). The output executable file will be present in bin directory with name: **onap-golang-helloworld-1.0.0-SNAPSHOT** To run the program just type: **bin/onap-golang-helloworld-1.0.0-SNAPSHOT**