Tags: interface*

0 bookmark(s) - Sort by: Date / Title ↑ /

  1. func main() {
    names := » string{"stanley", "david", "oscar"}
    vals := make( » interface{}, len(names))
    for i, v := range names {
    vals i » = v
    }
    PrintAll(vals)
    }
    2017-09-19 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "interface"

About - Propulsed by SemanticScuttle