-
Michael T. Jones authored
Users of the Scan() infrastructure that employ ReadRune() rather than Token() need a way to skip leading spaces and newlines as set by the the parent, Fscan(), Fscanln, or Fscanf(). As the internal methods and boolean flags are not exported, this new function was added here and in the Int and Nat Scan() functions of the big package. (fmt.Rat did not need change since it uses Token()) Also added Printf style format code support to int types and tests for same to int_test.go R=r, r, gri, mtj CC=golang-dev https://golang.org/cl/4634074
d94e350f
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
arith.go | ||
arith_386.s | ||
arith_amd64.s | ||
arith_arm.s | ||
arith_decl.go | ||
arith_test.go | ||
calibrate_test.go | ||
hilbert_test.go | ||
int.go | ||
int_test.go | ||
nat.go | ||
nat_test.go | ||
rat.go | ||
rat_test.go |