Sign in
go
/
tools
/
5fc56a9a2104ae31a4ac1987ccb98f30dd6d182b
/
.
/
go
/
analysis
/
passes
/
printf
/
testdata
/
src
/
nofmt
/
nofmt.go
blob: c323796f06e6852de696278dafa605c92c069cb9 [
file
] [
log
] [
blame
]
package b
import (
"math/big"
"testing"
)
func formatBigInt(t *testing.T) {
t.Logf("%d\n", big.NewInt(4))
}