From dfd4410d73ee51b93fc23298c8577af3e88011bd Mon Sep 17 00:00:00 2001 From: Alexandre GUIOT--VALENTIN Date: Sun, 24 Mar 2024 01:44:15 +0100 Subject: [PATCH] go_doc_url -> godoc_url (json) --- goreadme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goreadme.go b/goreadme.go index c886899..ca60f3a 100644 --- a/goreadme.go +++ b/goreadme.go @@ -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.