-
Zygmunt Krynicki authored
The original project path implicitly relied on the pre-modules semantics of Go source code layout, where the default GOPATH ~/go contained all the source code arranged in go import path directories. Since we rely on Go modules, we don't need this structure and can build from any location. Signed-off-by:Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Zygmunt Krynicki authoredThe original project path implicitly relied on the pre-modules semantics of Go source code layout, where the default GOPATH ~/go contained all the source code arranged in go import path directories. Since we rely on Go modules, we don't need this structure and can build from any location. Signed-off-by:Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Loading