From 312f1d1a2600da3c9e266f244c08b12d671bfcca Mon Sep 17 00:00:00 2001 From: Ivan Porto Carrero Date: Wed, 18 Nov 2015 16:50:07 -0800 Subject: [PATCH] reformat --- client/auth_info.go | 1 - client/auth_info_test.go | 1 - client/client.go | 1 - client/request_test.go | 1 - client/response.go | 1 - client/response_test.go | 1 - constants.go | 1 - headers.go | 1 - headers_test.go | 1 - interfaces.go | 1 - json.go | 1 - json_test.go | 1 - middleware/context.go | 1 - middleware/context_test.go | 1 - middleware/doc.go | 1 - middleware/not_implemented.go | 1 - middleware/operation.go | 1 - middleware/operation_test.go | 1 - middleware/parameter.go | 1 - middleware/parameter_test.go | 1 - middleware/request.go | 1 - middleware/request_test.go | 1 - middleware/route_param_test.go | 1 - middleware/router.go | 1 - middleware/router_test.go | 1 - middleware/security.go | 1 - middleware/security_test.go | 1 - middleware/spec.go | 1 - middleware/spec_test.go | 1 - middleware/string_conversion_test.go | 1 - middleware/untyped/api.go | 1 - middleware/untyped/api_test.go | 1 - middleware/untyped_request_test.go | 1 - middleware/validation.go | 1 - middleware/validation_test.go | 1 - request.go | 1 - request_test.go | 1 - security/apikey_auth_test.go | 1 - security/authenticator.go | 1 - security/basic_auth_test.go | 1 - statuses.go | 1 - validate/values.go | 1 - validate/values_test.go | 1 - yaml.go | 1 - yaml_test.go | 1 - 45 files changed, 45 deletions(-) diff --git a/client/auth_info.go b/client/auth_info.go index bd309069..14eb7dcf 100644 --- a/client/auth_info.go +++ b/client/auth_info.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/client/auth_info_test.go b/client/auth_info_test.go index 51143234..70cf8466 100644 --- a/client/auth_info_test.go +++ b/client/auth_info_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/client/client.go b/client/client.go index b733158d..536d6a30 100644 --- a/client/client.go +++ b/client/client.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/client/request_test.go b/client/request_test.go index 44c1e4b5..2bd241bd 100644 --- a/client/request_test.go +++ b/client/request_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/client/response.go b/client/response.go index a92309b2..a7c39b9a 100644 --- a/client/response.go +++ b/client/response.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/client/response_test.go b/client/response_test.go index cb043816..ca2b492e 100644 --- a/client/response_test.go +++ b/client/response_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/constants.go b/constants.go index 8add3576..9acbe7f6 100644 --- a/constants.go +++ b/constants.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/headers.go b/headers.go index c3b16c20..7f85786d 100644 --- a/headers.go +++ b/headers.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/headers_test.go b/headers_test.go index aa15158c..13080415 100644 --- a/headers_test.go +++ b/headers_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/interfaces.go b/interfaces.go index 52b7d8fe..b83cb2a3 100644 --- a/interfaces.go +++ b/interfaces.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/json.go b/json.go index 2aa02f61..91967a39 100644 --- a/json.go +++ b/json.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/json_test.go b/json_test.go index d59ef91c..a79e52bf 100644 --- a/json_test.go +++ b/json_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/context.go b/middleware/context.go index 904d46db..6572f653 100644 --- a/middleware/context.go +++ b/middleware/context.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/context_test.go b/middleware/context_test.go index fc69b445..b69c2b94 100644 --- a/middleware/context_test.go +++ b/middleware/context_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/doc.go b/middleware/doc.go index 19e733df..d82349bd 100644 --- a/middleware/doc.go +++ b/middleware/doc.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/not_implemented.go b/middleware/not_implemented.go index 94dfcb80..5a1feda9 100644 --- a/middleware/not_implemented.go +++ b/middleware/not_implemented.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/operation.go b/middleware/operation.go index 9b84f42b..930f36ca 100644 --- a/middleware/operation.go +++ b/middleware/operation.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/operation_test.go b/middleware/operation_test.go index 37187ca4..9ac50c76 100644 --- a/middleware/operation_test.go +++ b/middleware/operation_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/parameter.go b/middleware/parameter.go index be53974c..1ff2224e 100644 --- a/middleware/parameter.go +++ b/middleware/parameter.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/parameter_test.go b/middleware/parameter_test.go index c09a0734..571b4be8 100644 --- a/middleware/parameter_test.go +++ b/middleware/parameter_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/request.go b/middleware/request.go index d9c0f5a3..4ac0e6b1 100644 --- a/middleware/request.go +++ b/middleware/request.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/request_test.go b/middleware/request_test.go index a7b97e48..c5a908f3 100644 --- a/middleware/request_test.go +++ b/middleware/request_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/route_param_test.go b/middleware/route_param_test.go index 4badc5e7..78c92b65 100644 --- a/middleware/route_param_test.go +++ b/middleware/route_param_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/router.go b/middleware/router.go index 575b4691..741a1375 100644 --- a/middleware/router.go +++ b/middleware/router.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/router_test.go b/middleware/router_test.go index dfc8cf22..67a2f004 100644 --- a/middleware/router_test.go +++ b/middleware/router_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/security.go b/middleware/security.go index 369189a6..5b35697a 100644 --- a/middleware/security.go +++ b/middleware/security.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/security_test.go b/middleware/security_test.go index c9637682..e014a2f5 100644 --- a/middleware/security_test.go +++ b/middleware/security_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/spec.go b/middleware/spec.go index 7a4258a9..42fa6d8c 100644 --- a/middleware/spec.go +++ b/middleware/spec.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/spec_test.go b/middleware/spec_test.go index 853e50a3..2386adc2 100644 --- a/middleware/spec_test.go +++ b/middleware/spec_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/string_conversion_test.go b/middleware/string_conversion_test.go index d6497403..7b6c6185 100644 --- a/middleware/string_conversion_test.go +++ b/middleware/string_conversion_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/untyped/api.go b/middleware/untyped/api.go index f153b82c..c7aaed75 100644 --- a/middleware/untyped/api.go +++ b/middleware/untyped/api.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/untyped/api_test.go b/middleware/untyped/api_test.go index 4db66857..2fe69fd1 100644 --- a/middleware/untyped/api_test.go +++ b/middleware/untyped/api_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/untyped_request_test.go b/middleware/untyped_request_test.go index 27c0e631..1bb19338 100644 --- a/middleware/untyped_request_test.go +++ b/middleware/untyped_request_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/validation.go b/middleware/validation.go index 7ac22bac..7dc489b3 100644 --- a/middleware/validation.go +++ b/middleware/validation.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/middleware/validation_test.go b/middleware/validation_test.go index 4ef56c53..6594b619 100644 --- a/middleware/validation_test.go +++ b/middleware/validation_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/request.go b/request.go index 2750c4cb..618b90ab 100644 --- a/request.go +++ b/request.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/request_test.go b/request_test.go index a8878c88..bf6026af 100644 --- a/request_test.go +++ b/request_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/security/apikey_auth_test.go b/security/apikey_auth_test.go index 17d3a01e..f49b15bb 100644 --- a/security/apikey_auth_test.go +++ b/security/apikey_auth_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/security/authenticator.go b/security/authenticator.go index e277559a..d55fdd57 100644 --- a/security/authenticator.go +++ b/security/authenticator.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/security/basic_auth_test.go b/security/basic_auth_test.go index fc91e446..0e732323 100644 --- a/security/basic_auth_test.go +++ b/security/basic_auth_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/statuses.go b/statuses.go index 49c0c701..073e271e 100644 --- a/statuses.go +++ b/statuses.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/validate/values.go b/validate/values.go index f4fb17a0..76547f21 100644 --- a/validate/values.go +++ b/validate/values.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/validate/values_test.go b/validate/values_test.go index 18386420..8a01cac3 100644 --- a/validate/values_test.go +++ b/validate/values_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/yaml.go b/yaml.go index 6ac3ee89..eeaa6064 100644 --- a/yaml.go +++ b/yaml.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/yaml_test.go b/yaml_test.go index f79ea0b2..9a4edfb9 100644 --- a/yaml_test.go +++ b/yaml_test.go @@ -1,4 +1,3 @@ - // Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License");