abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Example ignores error #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Might be wise to not teach people to ignore errors:

        service, _ := compute.New(client)
        projectId := argv[0]
        instanceName := argv[1]

From:

http://code.google.com/p/google-api-go-client/source/browse/examples/compute.go

Original issue reported on code.google.com by n13m3y3r on 12 Mar 2013 at 12:26