]> Cypherpunks repositories - gostls13.git/commit
internal/itoa, os: move os.uitox to itoa.Uitox
authorTobias Klauser <tklauser@distanz.ch>
Thu, 10 Aug 2023 19:48:58 +0000 (21:48 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 11 Aug 2023 02:53:50 +0000 (02:53 +0000)
commite3d7f7c3f8b0537d84e704986d88eb35271fa233
tree36e5bb612669fefe6d8418573232b47573408219
parent9c3ffbf424bd1d02ea1187c6f744ca9635d9ef11
internal/itoa, os: move os.uitox to itoa.Uitox

This packages already contains other similar functions. Also add a test
for it.

Change-Id: Iafa8c14f5cb1f5ef89a0e16ccc855c568a3b5727
Reviewed-on: https://go-review.googlesource.com/c/go/+/518317
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/itoa/itoa.go
src/internal/itoa/itoa_test.go
src/os/exec_posix.go
src/os/str.go [deleted file]