openapi-generator/samples/client/petstore/go
wing328 8af6903757 Merge branch 'issue2611' of https://github.com/guohuang/swagger-codegen into guohuang-issue2611
Conflicts:
	modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/GoClientCodegen.java
	samples/client/petstore/go/pet_api_test.go
2016-04-17 16:02:12 +08:00
..
.gitignore push new git_push and .gitinore file 2016-03-12 18:01:53 +08:00
api_client.go fixed go build issue after removing swagger folder 2016-04-16 22:22:23 -07:00
api_response.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
category.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
configuration.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
git_push.sh push new git_push and .gitinore file 2016-03-12 18:01:53 +08:00
order.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
pet_api_test.go Merge branch 'issue2611' of https://github.com/guohuang/swagger-codegen into guohuang-issue2611 2016-04-17 16:02:12 +08:00
pet_api.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
pet.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
pom.xml updated pom file, temporary disable unit test errors 2016-04-16 15:37:49 -07:00
README.md add sh script for go, add binary mapping for go, fix format 2016-01-22 17:21:51 +08:00
store_api.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
tag.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
test.go fixed go build issue after removing swagger folder 2016-04-16 22:22:23 -07:00
user_api.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00
user.go Removed "packageName" folder for easy installation 2016-04-16 17:00:46 -07:00

Go API client for swagger

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

Installation

Put the package under your project folder and add the following in import:

    "./swagger"