summaryrefslogtreecommitdiff
path: root/network/ssllabs-scan/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-03 06:40:31 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-03 07:29:35 +0700
commitf882cbbe10cb6f776b503641c4fa122db2fa2bed (patch)
treed5e475ac44ec14e94e56a50346e3e58643a699e7 /network/ssllabs-scan/README
parentf177d9fc1fc473de2b362d5281027a3fcda38819 (diff)
downloadslackbuilds-f882cbbe10cb6f776b503641c4fa122db2fa2bed.tar.gz
network/ssllabs-scan: Remove Hardcoded path to GOROOT.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ssllabs-scan/README')
-rw-r--r--network/ssllabs-scan/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/ssllabs-scan/README b/network/ssllabs-scan/README
index f39340d55c..8436100a09 100644
--- a/network/ssllabs-scan/README
+++ b/network/ssllabs-scan/README
@@ -1,2 +1,5 @@
A command-line reference-implementation client for SSL Labs APIs,
designed for automated and/or bulk testing.
+
+NOTE: Please make sure GOROOT variable point to the correct google's go
+implementation rather than gcc's go before building.