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