Re: [dev] goblin (9base in Go)

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Tue, 30 Mar 2010 10:53:40 +0100

On 3/30/10, yy <yiyu.jgl_AT_gmail.com> wrote:
> 2010/3/29 Jeff Shipley <jeffquiparle_AT_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
Received on Tue Mar 30 2010 - 09:53:40 UTC

This archive was generated by hypermail 2.2.0 : Tue Mar 30 2010 - 10:00:04 UTC