math/big.Int.Append (method)

4 uses

	math/big (current package)
		intconv.go#L30: func (x *Int) Append(buf []byte, base int) []byte {
		ratconv.go#L302: 	buf = x.a.Append(buf, 10)
		ratconv.go#L305: 		buf = x.b.Append(buf, 10)
		ratconv.go#L328: 		buf = x.a.Append(buf, 10)