go

在Go中使用fork的包导入

英文: Using forked package import in Go 问题 假设你在 github.com/someone/repo 上有一个存储库,并将其分叉到 github.com/you/...