aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/README.md
blob: 55eb0d0ca966afa25ae410f4af67c0c0cb6f206e (plain)
1
2
3
4
5
6
7
8
9
## 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**