mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: run gofmt
Fixes #44980
Change-Id: Icef35319d1582d8367c8911e15d11b0224957327
GitHub-Last-Rev: 2113e97e83
GitHub-Pull-Request: golang/go#45005
Reviewed-on: https://go-review.googlesource.com/c/go/+/301632
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Josh Bleecher Snyder <josharian@gmail.com>
This commit is contained in:
parent
e61c9ddb7f
commit
de2b27dee7
8 changed files with 47 additions and 48 deletions
2
src/cmd/cover/testdata/toolexec.go
vendored
2
src/cmd/cover/testdata/toolexec.go
vendored
|
|
@ -15,8 +15,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
|
||||||
exec "internal/execabs"
|
exec "internal/execabs"
|
||||||
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
2
src/cmd/go/testdata/addmod.go
vendored
2
src/cmd/go/testdata/addmod.go
vendored
|
|
@ -22,10 +22,10 @@ import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
exec "internal/execabs"
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
exec "internal/execabs"
|
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1538,7 +1538,6 @@ func (ctxt *Link) doelf() {
|
||||||
addgonote(ctxt, ".note.go.buildid", ELF_NOTE_GOBUILDID_TAG, []byte(*flagBuildid))
|
addgonote(ctxt, ".note.go.buildid", ELF_NOTE_GOBUILDID_TAG, []byte(*flagBuildid))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//type mipsGnuAttributes struct {
|
//type mipsGnuAttributes struct {
|
||||||
// version uint8 // 'A'
|
// version uint8 // 'A'
|
||||||
// length uint32 // 15 including itself
|
// length uint32 // 15 including itself
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue