"string" should really be "struct" in the structures describing the module.
Change-Id: I4e9cb12434bd33aa243622380c78e5e297d01d0b
Reviewed-on: https://go-review.googlesource.com/125638
Reviewed-by: Daniel Martà <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Daniel Martà <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
// Indirect bool
// }
//
-// type Replace string {
+// type Replace struct {
// Old Module
// New Module
// }
Indirect bool
}
- type Replace string {
+ type Replace struct {
Old Module
New Module
}