Golang Rewrite #135
sa7mon
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
S3Scanner was originally written in Python and has been re-factored and expanded many times. Over the years, my development preferences have drifted away from Python and towards Golang.
Earlier this year, I sat down to write a quick Go version of S3Scanner and was amazed at how much faster it was and by the confidence using a statically typed language gave me. I decided the Go version would replace the current Python version going forward and I have just now merged #134 which completely replaces all Python code.
For anyone who wishes to keep using the Python version, the
2.0.2
tag will be the last release written in Python. You are of course free to fork and modify the code as the MIT license allows, but I will close any new issues opened relating to2.0.2
or previous.I have a lot of feature ideas for S3Scanner and I'm excited get packaging setup for much wider distribution on more platforms!
Beta Was this translation helpful? Give feedback.
All reactions