From 8c2a87e7cfdac6c7c38822216f466aa35078b10c Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Fri, 13 Aug 2021 18:59:06 +0100 Subject: [PATCH] Hyphen isnt a legal char for a go packagename so substituted wih underscore --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index ebb0ad21..ba3274bb 100644 --- a/doc.go +++ b/doc.go @@ -21,4 +21,4 @@ // docker run -it -p 8080:8080 statping/statping // // Enjoy Statping and tell me any issues you might be having on Github. https://github.com/adamboutcher -package statping-ng +package statping_ng