Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(705)

Delta Between Two Patch Sets: ec2.go

Issue 5433056: Add ec2test package for fake EC2 server.
Left Patch Set: - Created 13 years, 4 months ago
Right Patch Set: - Created 13 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | ec2_test.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // 1 //
2 // goamz - Go packages to interact with the Amazon Web Services. 2 // goamz - Go packages to interact with the Amazon Web Services.
3 // 3 //
4 // https://wiki.ubuntu.com/goamz 4 // https://wiki.ubuntu.com/goamz
5 // 5 //
6 // Copyright (c) 2011 Canonical Ltd. 6 // Copyright (c) 2011 Canonical Ltd.
7 // 7 //
8 // Written by Gustavo Niemeyer <gustavo.niemeyer@canonical.com> 8 // Written by Gustavo Niemeyer <gustavo.niemeyer@canonical.com>
9 // 9 //
10 package ec2 10 package ec2
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 } 484 }
485 } 485 }
486 486
487 resp = &SimpleResp{} 487 resp = &SimpleResp{}
488 err = ec2.query(params, resp) 488 err = ec2.query(params, resp)
489 if err != nil { 489 if err != nil {
490 return nil, err 490 return nil, err
491 } 491 }
492 return resp, nil 492 return resp, nil
493 } 493 }
LEFTRIGHT
« no previous file | ec2_test.go » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b