gopls/protocol: rename DocumentURI.Path to DocumentURI.FilePath
The path returned from this method is GOOS-appropriate. I.e. it should
be used with the filepath package, not the path package, so its name
should reflect that.
No other changes made.
Signed-off-by: Matthew Sackman <matthew@cue.works>
Change-Id: I208783e5e3b47f7b77def41c0326160624e7aff5
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1231003
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>