pub fn parse_go_mod(content: &str, doc_uri: &Uri) -> Result<GoParseResult>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>Parses a go.mod file and extracts all dependencies with positions.