GoPLS Viewer

Home|gopls/go/analysis/passes/printf/testdata/src/nofmt/nofmt.go
1package b
2
3import (
4    "math/big"
5    "testing"
6)
7
8func formatBigInt(t *testing.T) {
9    t.Logf("%d\n"big.NewInt(4))
10}
11
MembersX
big
testing
formatBigInt
formatBigInt.t
Members
X