wire: remove duplicated "a" (google/go-cloud#561)

This commit is contained in:
ktr
2018-10-25 02:15:34 +09:00
committed by Ross Light
parent 0a4cc23d20
commit cf9080e300

View File

@@ -20,7 +20,7 @@ type ProviderSet struct{}
// NewSet creates a new provider set that includes the providers in
// its arguments. Each argument is either an exported function value,
// an exported struct (zero) value, a provider set, a call to Bind, a
// an exported struct (zero) value, a provider set, a call to Bind,
// a call to Value, or a call to InterfaceValue.
func NewSet(...interface{}) ProviderSet {
return ProviderSet{}