forked from google/wire
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into 1.22-support
- Loading branch information
Showing
10 changed files
with
67 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module github.com/zeriontech/google-wire | ||
module github.com/google/wire | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/google/subcommands v1.2.0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
golang.org/x/tools v0.1.11 | ||
golang.org/x/tools v0.17.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
internal/wire/testdata/InterfaceBindingNotEnoughArgs/want/wire_errs.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.Bind | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.Bind | ||
have (*Fooer) | ||
want (interface{}, interface{}) |
4 changes: 3 additions & 1 deletion
4
internal/wire/testdata/InterfaceValueNotEnoughArgs/want/wire_errs.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.InterfaceValue | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.InterfaceValue | ||
have (string) | ||
want (interface{}, interface{}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters