pub fn parse_go_mod(
content: &str,
doc_uri: &Uri,
) -> Result<GoParseResult, GoError>Expand description
Parses a go.mod file and extracts all dependencies with positions.
pub fn parse_go_mod(
content: &str,
doc_uri: &Uri,
) -> Result<GoParseResult, GoError>Parses a go.mod file and extracts all dependencies with positions.