Show HN: Go utility to convert numbers from base 10 integers to base X strings
1–3 of 3 posts
Re: Show HN: Go utility to convert numbers from base 10 integers to base X strings
#2So why don’t we just use basecon.py?
Re: Show HN: Go utility to convert numbers from base 10 integers to base X strings
#3So why don’t we just use basecon.py?
Hi bradknowles, baseconv.py is a python module included in the django web framework, this post is about a standalone library written in Go.