I have the following folders:
folder1:
go.sum
go.mod
main.go
folder2:
proto.pb.go
How in folder1 can I add the proto.pb.go as a dependency, so that files in folder1 can access to proto.pb.go?
I have the following folders:
folder1:
go.sum
go.mod
main.go
folder2:
proto.pb.go
How in folder1 can I add the proto.pb.go as a dependency, so that files in folder1 can access to proto.pb.go?