Golang Snippets

From UVOO Tech Wiki
Revision as of 04:28, 10 January 2021 by Busk (talk | contribs) (Created page with "``` xType := fmt.Sprintf("%T", a) fmt.Println(xType) // "[]int" ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
    xType := fmt.Sprintf("%T", a)
    fmt.Println(xType) // "[]int"