zlacker

[parent] [thread] 0 comments
1. bheadm+(OP)[view] [source] 2024-12-07 13:14:56
Go (a.k.a. Golang), with its network-first import system (i.e. import "example.org/foo/bar"), has solved the problem in a surprisingly simple way. You just add a "replace" directive in a go.mod file and you can point your import (and all child imports) to any directory on the filesystem.
[go to top]