Understand godepgraph package color coding
masterThe generated graphs use specific colors to distinguish between different types of Go packages:
- green: Go standard library packages (found in
$GOROOT). - blue: Regular Go packages (found in
$GOPATH). - yellow: Vendored Go packages (found in
$GOPATH). - orange: Packages in
$GOPATHthat usecgo(by importing the "C" package).