Add static analysis step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
NADAL Jean-Baptiste
2020-01-22 10:19:58 +01:00
parent f1a4c5448b
commit 3c9f0c2f56
5 changed files with 47 additions and 11 deletions

4
tools/nats-pub.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
go get github.com/nats-io/go-nats-examples/tools/nats-pub
${HOME}/go/bin/nats-pub -s nats://nats.nadal-fr.com:4222 "$1" "$2"