Skip to content

Commit

Permalink
remove MustNewConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
foolin committed Apr 21, 2020
1 parent 94f35ad commit 16d1ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func ExamplePagser_ParseReader() {
log.Printf("%v", page)
}

func ExampleMustNewWithConfig() {
func ExampleNewWithConfig() {
cfg := Config{
TagerName: "pagser",
FuncSymbol: "->",
Expand Down

0 comments on commit 16d1ae3

Please sign in to comment.