Skip to content

Conversation

@prasincs
Copy link

@prasincs prasincs commented May 7, 2018

To allow using ssllabs-scan in Go projects, I have made the top-level ssllabs-scan a library and move binary to cmd directory

  • I'm using the new package for integrating for some other tools but it's consistent with Go best practices
  • Cleans up the globals being used to be somewhat like accessors so they can be set from the caller

This would allow for utilizing the API and existing libraries into enterprise systems in a much tighter way, with more Go applications and services being able to do self-checks from what ssllabs can see.

- I'm using the new package for integrating for some other tools but it's consistent with Go best practices
- Cleans up the globals being used to be somewhat like accessors so they can be set from the caller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant