mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
updated all references
This commit is contained in:
parent
c573261f74
commit
1405b42f97
25 changed files with 70 additions and 117 deletions
6
Makefile
6
Makefile
|
|
@ -100,9 +100,9 @@ diff: ## git diff
|
|||
.PHONY: docs
|
||||
docs: ## go docs
|
||||
$(call print-target)
|
||||
go doc github.com/OpenCHAMI/magellan/cmd
|
||||
go doc github.com/OpenCHAMI/magellan/internal
|
||||
go doc github.com/OpenCHAMI/magellan/pkg/crawler
|
||||
go doc github.com/davidallendj/magellan/cmd
|
||||
go doc github.com/davidallendj/magellan/internal
|
||||
go doc github.com/davidallendj/magellan/pkg/crawler
|
||||
|
||||
.PHONY: emulator
|
||||
emulator:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue