Go Vanity URLs
Have you ever seen this type of import?
...
import (
"go.uber.org/fx"
)
...
Since I came from Java, I always thought Uber had a type of "Maven Central" for Golang.
But that is not the case. And it is cleaner.
What do I need?
One thing: a page wi...
hashnode.lucaskatayama.com2 min read