mintotp
mintotp copied to clipboard
Golang Clone
Hello!
I noticed your project on HN and decided to translate it into Go. My objective was to simply write it in golang so that I can compile a binary and put them in most of my machines.
My version is here: https://github.com/ashraful-islam/gototp
The source code is more or less reflection of your Python version(with few minor adaptations and changes), so I wanted to check if you are fine with it.
If I have some time I'll also refactor a bit and make a nice go module usable as third-party module.
Thanks for sharing your Go version. It looks great and the cross-compiled binaries seem quite useful for someone who do not have Python 3 on their systems.