Skip to content

Commit

Permalink
make go generate for the markdoc use the github url
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Oct 31, 2024
1 parent 594ad68 commit d990844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

//go:generate go run ./scripts/generate-models/
//go:generate gomarkdoc -o README.md -e .
//go:generate go run github.com/princjef/gomarkdoc/cmd/[email protected] -o README.md -e .

type (
// Format is the format of a response.
Expand Down

0 comments on commit d990844

Please sign in to comment.