Skip to content

Commit

Permalink
refactor: replace 'interface{}' with 'any'
Browse files Browse the repository at this point in the history
this has been a thing for a while in Go
  • Loading branch information
crhntr committed Jul 20, 2023
1 parent 017cbcf commit 646d55d
Show file tree
Hide file tree
Showing 9 changed files with 1,170 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/test_tile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"context"
"fmt"
"io"
"log"
"os"
"path/filepath"

Expand Down
124 changes: 124 additions & 0 deletions pkg/notes/fakes/historic_kilnfile.go

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

118 changes: 118 additions & 0 deletions pkg/notes/fakes/historic_version.go

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

126 changes: 126 additions & 0 deletions pkg/notes/fakes/issue_getter.go

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

Loading

0 comments on commit 646d55d

Please sign in to comment.