I am not sure if this behavior is intended, but GoLand appears to NOT auto-import local project packages when referenced.
GoLand has intellisense for the package and package methods. However, after adding the method for a local package, GoLand just complains that it is an "unresolved reference". Until I manually import the package myself.
I have all of my import optimization settings enabled. GoLand auto-imports ALL github and system packages, just not my local project packages.
Is there any way to enable auto-import for local packages? Or must I manually import them myself?
Thank you