yes it is https://github.com/ali2210/WizDwarf/blob/master/main.go [line: 
150-158]

On Wednesday, July 15, 2020 at 3:14:51 PM UTC+5, Ali Hassan wrote:
>
> <div class="horzontialList" id="List">
> {{range .}}
>   {{if ne .Symbol " "}}
>            <span>{{.Symbol}}</span>
>          {{end}}
>    {{end}}
>
>
> var div=document.getElementById('List'); 
> var point = div.getElementsByTagName('span');
>
> console.log(point[0].innerHTML)
>
>
> Actual Output: Empty string
> Excepted Output: Y 
> How to resolve this 
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4987a7dd-95a8-4354-b160-367bfcb22bbao%40googlegroups.com.

Reply via email to