qulogic / golist

Forked from golist 5 years ago
Clone

4204536 Replace Go internals with go/build.

Authored and Committed by qulogic 5 years ago
    Replace Go internals with go/build.
    
    It does mean copying one function (`IsStandardImportPath`), but it's
    fairly short and exactly what, e.g., dep does.
    
        
file modified
+1 -5
file modified
+53 -39