go fmt
This commit is contained in:
		
							parent
							
								
									20e343ebc9
								
							
						
					
					
						commit
						ac92696d3b
					
				|  | @ -1,11 +1,11 @@ | |||
| package spec | ||||
| 
 | ||||
| import ( | ||||
| 	"bytes" | ||||
| 	"encoding/json" | ||||
| 	"reflect" | ||||
| 	"testing" | ||||
| 	"time" | ||||
| 	"encoding/json" | ||||
| 	"bytes" | ||||
| 
 | ||||
| 	"k8s.io/client-go/pkg/api/unversioned" | ||||
| 	"k8s.io/client-go/pkg/api/v1" | ||||
|  | @ -206,14 +206,14 @@ var clExp = Postgresql{ | |||
| 		TeamID:              "ACID", | ||||
| 		AllowedSourceRanges: []string{"127.0.0.1/32"}, | ||||
| 		NumberOfInstances:   2, | ||||
| 		Users:               map[string]UserFlags{"zalando": UserFlags{"superuser", "createdb"}}, | ||||
| 		MaintenanceWindows: []MaintenanceWindow{MaintenanceWindow{ | ||||
| 		Users:               map[string]UserFlags{"zalando": {"superuser", "createdb"}}, | ||||
| 		MaintenanceWindows: []MaintenanceWindow{{ | ||||
| 			StartWeekday: time.Monday, | ||||
| 			StartTime:    mustParseTime("01:00"), | ||||
| 			EndTime:      mustParseTime("06:00"), | ||||
| 			EndWeekday:   time.Sunday, | ||||
| 		}, | ||||
| 			MaintenanceWindow{ | ||||
| 			{ | ||||
| 				StartWeekday: time.Saturday, | ||||
| 				StartTime:    mustParseTime("00:00"), | ||||
| 				EndTime:      mustParseTime("04:00"), | ||||
|  |  | |||
|  | @ -1,9 +1,9 @@ | |||
| package spec | ||||
| 
 | ||||
| import ( | ||||
| 	"database/sql" | ||||
| 	"fmt" | ||||
| 	"strings" | ||||
| 	"database/sql" | ||||
| 
 | ||||
| 	"k8s.io/client-go/pkg/api/v1" | ||||
| 	"k8s.io/client-go/pkg/types" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue