Skip to main content

go_module

Function go_module 

Source
pub fn go_module(content: &str) -> Option<GoModule>
Expand description

Parse go.mod content to extract module information.

Convenience wrapper for normalize-local-deps internal use.