Skip to content

Commit

Permalink
Merge pull request #21 from wolfogre/dev
Browse files Browse the repository at this point in the history
fix: remove useless statement
  • Loading branch information
wolfogre authored May 12, 2020
2 parents 9b33042 + ff0285a commit 8d5afa2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (User) Tags(tag string, convert ...func(string) string) UserTags {
if conv == nil {
conv = func(in string) string { return in }
}
_ = conv
return UserTags{
Id: conv(tagOfUserId.Get(tag)),
Name: conv(tagOfUserName.Get(tag)),
Expand Down
1 change: 0 additions & 1 deletion internal/gtag/template.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion internal/gtag/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func (test) Tags(tag string, convert ...func(string) string) testTags {
if conv == nil {
conv = func(in string) string { return in }
}
_ = conv
return testTags{
A: conv(tagOftestA.Get(tag)),
b: conv(tagOftestb.Get(tag)),
Expand Down
1 change: 0 additions & 1 deletion test/internal/regular/empty_tag.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions test/internal/regular/user_tag.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test/internal/tutorial/user_tag.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d5afa2

Please sign in to comment.