• Michael T. Jones's avatar
    fmt: Added SkipSpace() function to fmt's ScanState interface. · d94e350f
    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 Loading commit data...
arith.go Loading commit data...
arith_386.s Loading commit data...
arith_amd64.s Loading commit data...
arith_arm.s Loading commit data...
arith_decl.go Loading commit data...
arith_test.go Loading commit data...
calibrate_test.go Loading commit data...
hilbert_test.go Loading commit data...
int.go Loading commit data...
int_test.go Loading commit data...
nat.go Loading commit data...
nat_test.go Loading commit data...
rat.go Loading commit data...
rat_test.go Loading commit data...