Skip to content

Commit 8403e93

Browse files
fredbicasualjim
authored andcommittedMar 13, 2018
Acknowledge bug fixes and add CI fixtures.
* fixes go-swagger#1277 (circular $ref) Please note that the cloudbreak.json spec is still not fully supported (see fixture).
1 parent 3df1aa3 commit 8403e93

File tree

6 files changed

+21183
-1
lines changed

6 files changed

+21183
-1
lines changed
 

‎doc.go

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Swagger helps companies like Apigee, Getty Images, Intuit, LivingSocial, McKesso
2828
build the best possible services with RESTful APIs.Now in version 2.0, Swagger is more enabling than ever.
2929
And it's 100% open source software.
3030
31+
More detailed documentation is available at https://goswagger.io.
32+
3133
Install:
3234
3335
go get -u github.com/go-swagger/go-swagger/cmd/swagger

‎fixtures/bugs/1277/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gen-*
2+
!gen-fixtures.sh
3+
*.log

0 commit comments

Comments
 (0)
Please sign in to comment.