Skip to content

Commit

Permalink
convert modgraph to go program (#15098)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Nov 8, 2024
1 parent 95bf36b commit 53ab9cf
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 325 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ golangci-lint: ## Run golangci-lint for all issues.

.PHONY: modgraph
modgraph:
go install github.com/jmank88/modgraph@v0.1.0
./tools/bin/modgraph > go.md

.PHONY: test-short
Expand Down
Loading

0 comments on commit 53ab9cf

Please sign in to comment.