Skip to content

Commit

Permalink
update go petstore samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Oct 13, 2017
1 parent eb45379 commit 96444d3
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/animal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/animal_farm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/another_fake_api.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/api_client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/api_response.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/array_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/capitalization.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/cat.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/category.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/class_model.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/configuration.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/dog.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/enum_arrays.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/enum_class.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/enum_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/fake_api.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/format_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/list.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/map_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/model_return.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/name.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/number_only.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/order.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/outer_boolean.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/outer_composite.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/outer_enum.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/outer_number.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/outer_string.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/pet.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/pet_api.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/read_only_first.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/store_api.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/tag.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/user.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/user_api.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Expand Down

0 comments on commit 96444d3

Please sign in to comment.