Guest User

Untitled

a guest
Nov 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for _, v := range md["HEADINGS"] {
  2. if val, ok := v.(map[string]interface{}); ok {
  3. fmt.Println(int(val["ROWNUM"].(float64)))
  4.  
  5. }
  6. }
Add Comment
Please, Sign In to add comment