mirror of
https://github.com/golang/go
synced 2024-11-18 18:44:42 -07:00
1ac65761fe
This change is generated whenever you run go test . --golden to generate updated golden files. Commiting it so it doesn't show up in other CLs. The module names are now sorted and hence this change shouldn't happen again. Change-Id: I5d6c44d9a4f3ca24e336afad301136af7123eef7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/245997 Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Danish Dua <danishdua@google.com>
15 lines
193 B
Plaintext
15 lines
193 B
Plaintext
-- suggestedfix_hello_6_2 --
|
|
module missingdep
|
|
|
|
go 1.12
|
|
|
|
require example.com/extramodule v1.0.0
|
|
|
|
-- suggestedfix_main_7_2 --
|
|
module missingdep
|
|
|
|
go 1.12
|
|
|
|
require example.com/extramodule v1.0.0
|
|
|