mirror of
https://github.com/golang/go
synced 2024-11-19 02:14:43 -07:00
7d206e10da
I assumed that f.Pos() would be the first byte of the file, but it's the position of the package declaration. This kills the file. Just use 0. Fixes golang/go#35458. Change-Id: Ic77c93344c71435ef8e5624c2f2defb619139a15 Reviewed-on: https://go-review.googlesource.com/c/tools/+/206145 Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
15 lines
107 B
Plaintext
15 lines
107 B
Plaintext
-- goimports --
|
|
package imports //@import("package")
|
|
|
|
func _() {
|
|
println("Hello, world!")
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|