mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 18:09:53 +00:00
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
go-fuzz-build -o fuzz-target && go-fuzz -bin fuzz-target
|
|
|
|
rm -rf fuzz-target
|