On 3/30/10, yy <yiyu....@gmail.com> wrote:
> 2010/3/29 Jeff Shipley <jeffquipa...@gmail.com>:
>> The primary reason I went with the optparse library instead of using
>> flag is that flag doesn't support multiple values for the same flag.
>> grep -e expression1 -e expression2 -e expression3
>> would be completely broken when using the flag package.
>
> You can always parse the flags from your program. Gonga reads input
> files with the -w flag using a 'with' bool var [1].

solved:
http://groups.google.com/group/golang-nuts/msg/6acf77085182189b

Reply via email to