I made my first Go package.
reddit.com·3h·
Discuss: r/golang
Flag this post

Note: It is both a show & tell and a discussion. (sorry for bad flair)

Few months ago I built a docker registry ui. I am now migrating it to Golang. I’ve started my Golang journey 5 years ago, but didn’t dive further. (Side note: I managed to scrape around 10K image tags under 13 sec. Thanks Golang)

Anyway I am back to using Golang, and now that I am building an OSS tool, I thought while I was at it, why not extract one part of it into a package.

Here is the package:

https://github.com/eznix86/registry-client

Basically for my own use case for the Docker Registry UI, I needed to have a…

Similar Posts

Loading similar posts...