commit | 98b90475acbe94e336b59feabaa3a643d1ad0c7c | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Sun Dec 25 16:12:26 2011 +1100 |
committer | David Symonds <dsymonds@golang.org> | Sun Dec 25 16:12:26 2011 +1100 |
tree | 5b0bffe49c92b46bc4f4a0c6283e4a0357c96648 | |
parent | 57c9bb4a07b0ac483935e321ef760c0c52f8efd4 [diff] |
flag: change Set method Value interface to return error instead of bool. This yields much better error messages when a bad flag value is given. R=golang-dev, r CC=golang-dev https://golang.org/cl/5498078