]> Cypherpunks repositories - gostls13.git/commit
cmd: remove notsha256 package
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 4 Sep 2024 11:32:07 +0000 (18:32 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 18:27:49 +0000 (18:27 +0000)
commitc541aabfc3d104c71a139e4d3599c220a5c6d019
tree4703bea019a0147a69fd5f7c90200303d865169a
parent5ca785d48d4648bdd771d95c5a99e0ce799dcfd3
cmd: remove notsha256 package

All of its usages were removed in CL 610596.

Updates #51940
Updates #64751

Change-Id: I72a0ea4bd44a2f671e032bffa1facf84822a90f2
Reviewed-on: https://go-review.googlesource.com/c/go/+/610599
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/dist/buildtool.go
src/cmd/internal/notsha256/sha256.go [deleted file]
src/cmd/internal/notsha256/sha256_test.go [deleted file]
src/cmd/internal/notsha256/sha256block.go [deleted file]
src/cmd/internal/notsha256/sha256block_386.s [deleted file]
src/cmd/internal/notsha256/sha256block_amd64.go [deleted file]
src/cmd/internal/notsha256/sha256block_amd64.s [deleted file]
src/cmd/internal/notsha256/sha256block_decl.go [deleted file]
src/cmd/internal/notsha256/sha256block_generic.go [deleted file]
src/cmd/internal/notsha256/sha256block_ppc64x.s [deleted file]