Remix.run Logo
lorecore 5 hours ago

Go handles this well, kind of. It's super easy (in fact, transparent) to import from GitHub urls. You can self-host your Go packages, but it involves making and hosting some manifest files. Not as seamless as using GitHub, but still totally doable.

fyrn_ 4 hours ago | parent [-]

In practice, Go is much, much more github dependent than rust, most go packages are on github