Hi guys,

How do I assign a variable function of sample scripts are used on the 
following address?

https://github.com/StefanSchroeder/Golang-Regex-Tutorial/blob/master/01-chapter3.markdown

How can I define this as a variables of function .

grep (flag.arg (0) flag.arg (1))

I tried as follows. However, the results did not.

f := grep (flag.arg (0) flag.arg (1))

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to