Graph Search in Go This package provides a basic graph implementation in Go, along with two graph traversal algorithms: Depth-First Search (DFS) Breadth-First Search (BFS) HTML Coverage Report # From root dir bash scripts/coverage.bash