As per the language ref technically this is not a bug as a vowel sign (U+094B 
'ो') is a not Unicode letter but practically it is since you the majority of 
words in Indic languages need them.

> On May 24, 2017, at 11:14 PM, Vikram Rawat <vikramrawa...@gmail.com> wrote:
> 
> package main
> 
> import (p"fmt"
> 
> )
> func main(){
> सोम(1,1,1,21323,2,2,32,1,)
> 
> 
> }
> 
> func सोम (num ...int){
> var total int
> for _, r:= range num{
> total = total + r
> }
> p.Println("तुन्हारा जोड़ है ",total)
> }

-- 
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