The problem of direct method invocation of different packages in Go

clipboard.png
how do I call a method in bb.go in aa.go?

Sep.17,2021


gopath<br>import(

"../b"

)

Menu