mintotp icon indicating copy to clipboard operation
mintotp copied to clipboard

Golang Clone

Open ashraful-islam opened this issue 5 years ago • 1 comments

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.

ashraful-islam avatar Oct 20 '19 19:10 ashraful-islam

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.

susam avatar Jan 20 '20 15:01 susam