On Thu, 2025-01-23 at 19:17 -0800, Meng Zhuo wrote:
> Hi, 
> 
> What should we do if module named with version?
> ```
> import (
>     "testing"
> 
>     Spdx3_0_1 "github.com/spdx/spdx-go-model/v3_0_1"
> ```
> 
> https://github.com/spdx/spdx-go-model/pull/1

>From the code that's in that change, the import path is
github.com/spdx/spdx-go-model/spdx_v3_0_1, not github.com/spdx/spdx-go-
model/v3_0_1.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/ed9ff384520f137746a0c4370f714a24b676941a.camel%40kortschak.io.

Reply via email to