Golang Snippets

From UVOO Tech Wiki
Jump to navigation Jump to search
    xType := fmt.Sprintf("%T", a)
    fmt.Println(xType) // "[]int"