Fixing semantic errors in docs/getting-started.md (#44)

* fixed semantics. Earlier mentioned that 'Pystachio does yet support...'. Changed now to mention 'Pystachio does not yet support...'

* fixed grammatical mistake.

* Ran gofmt on project.
This commit is contained in:
PRADYUMNA KAUSHIK 2017-12-22 08:53:05 -08:00 committed by Renan DelValle
parent c338c03355
commit ff545e8aa6
18 changed files with 17 additions and 30 deletions

View file

@ -24,8 +24,6 @@ type UpdateJob struct {
req *aurora.JobUpdateRequest
}
// Create a default UpdateJob object.
func NewDefaultUpdateJob(config *aurora.TaskConfig) *UpdateJob {
@ -141,7 +139,6 @@ func (u *UpdateJob) RollbackOnFail(rollback bool) *UpdateJob {
return u
}
// TODO(rdelvalle): Integrate this struct with the JobUpdate struct so that we don't repeat code
type UpdateSettings struct {
settings aurora.JobUpdateSettings