Skip to content

Commit

Permalink
go_doc_url -> godoc_url (json)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregv authored Mar 24, 2024
1 parent 9f03eb8 commit dfd4410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreadme.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ type Config struct {
// github.com/user/project/package or github.com/user/project/version.
ImportPath string `json:"import_path"`
// GoDocURL is the Go Doc URL used in the GoDoc Badge.
GoDocURL string `json:"go_doc_url"`
GoDocURL string `json:"godoc_url"`
// Use the standard library comment parser introduced in Go 1.19 to generate the markdown output.
StdMarkdown bool `json:"std_markdown"`
// Consts will make constants documentation to be added to the README.
Expand Down

0 comments on commit dfd4410

Please sign in to comment.