klotz: strings* + interface*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  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: Tags: strings + interface

About - Propulsed by SemanticScuttle