Skip to content

Commit

Permalink
Merge pull request #24 from LintaoAmons/master
Browse files Browse the repository at this point in the history
Remove the typo `"` in the README file
  • Loading branch information
moznion authored Jul 16, 2023
2 parents cc4e166 + ebf8fe1 commit 8fad7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Therefore this project aims to automatically generate constructors to use struct
e.g.

```go
//go:generate gonstructor --type=Structure --constructorTypes=allArgs"
//go:generate gonstructor --type=Structure --constructorTypes=allArgs
type Structure struct {
foo string
bar io.Reader
Expand All @@ -91,7 +91,7 @@ func NewStructure(foo string, bar io.Reader, buz chan interface{}) *Structure {
e.g.

```go
//go:generate gonstructor --type=Structure --constructorTypes=builder"
//go:generate gonstructor --type=Structure --constructorTypes=builder
type Structure struct {
foo string
bar io.Reader
Expand Down

0 comments on commit 8fad7ac

Please sign in to comment.