Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go: update list of extra Go tools
Browse files Browse the repository at this point in the history
- cover is now in pkg/tool.
Cyanoxygen authored and MingcongBai committed Sep 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3154a5c commit c6e40c2
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions lang-golang/go/autobuild/build
Original file line number Diff line number Diff line change
@@ -138,10 +138,13 @@ abinfo "Building extra Go tools ..."

# List adapted from Arch Linux ..."
abinfo "Installing extra Go tools ..."
for i in benchcmp callgraph compilebench cover digraph eg fiximports \
go-contrib-init godex godoc goimports gomvpkg gorename gotype \
goyacc guru html2article present ssadump stringer \
toolstash; do
for i in authtest benchcmp bisect bundle callgraph \
compilebench cookieauth digraph eg file2fuzz \
fiximports fuzz-driver fuzz-runner getgo gitauth \
go-contrib-init godex godoc goimports gomvpkg \
gonew gorename gotype goyacc guru \
html2article netrcauth present present2md server \
splitdwarf ssadump stress stringer toolstash ; do
install -Dvm755 "$SRCDIR"/bin/$i \
"$PKGDIR"/usr/bin/$i
done
11 changes: 7 additions & 4 deletions lang-golang/go/autobuild/build.stage2
Original file line number Diff line number Diff line change
@@ -145,10 +145,13 @@ abinfo "Building extra Go tools ..."

# List adapted from Arch Linux ..."
abinfo "Installing extra Go tools ..."
for i in benchcmp callgraph compilebench cover digraph eg fiximports \
go-contrib-init godex godoc goimports gomvpkg gorename gotype \
goyacc guru html2article present ssadump stringer \
toolstash; do
for i in authtest benchcmp bisect bundle callgraph \
compilebench cookieauth digraph eg file2fuzz \
fiximports fuzz-driver fuzz-runner getgo gitauth \
go-contrib-init godex godoc goimports gomvpkg \
gonew gorename gotype goyacc guru \
html2article netrcauth present present2md server \
splitdwarf ssadump stress stringer toolstash ; do
install -Dvm755 "$SRCDIR"/bin/$i \
"$PKGDIR"/usr/bin/$i
done

0 comments on commit c6e40c2

Please sign in to comment.