Skip to content

Commit

Permalink
i dont see why thatd change
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Jan 22, 2024
1 parent b0b5f6e commit db3891f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/docs/openapi2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openapi2 // import "github.com/getkin/kin-openapi/openapi2"
package openapi2 // import "."

Package openapi2 parses and writes OpenAPIv2 specification documents.

Expand Down
2 changes: 1 addition & 1 deletion .github/docs/openapi2conv.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openapi2conv // import "github.com/getkin/kin-openapi/openapi2conv"
package openapi2conv // import "."

Package openapi2conv converts an OpenAPI v2 specification document to v3.

Expand Down
2 changes: 1 addition & 1 deletion .github/docs/openapi3.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openapi3 // import "github.com/getkin/kin-openapi/openapi3"
package openapi3 // import "."

Package openapi3 parses and writes OpenAPI 3 specification documents.

Expand Down
2 changes: 1 addition & 1 deletion .github/docs/openapi3filter.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openapi3filter // import "github.com/getkin/kin-openapi/openapi3filter"
package openapi3filter // import "."

Package openapi3filter validates that requests and inputs request an OpenAPI 3
specification file.
Expand Down
2 changes: 1 addition & 1 deletion .github/docs/openapi3gen.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openapi3gen // import "github.com/getkin/kin-openapi/openapi3gen"
package openapi3gen // import "."

Package openapi3gen generates OpenAPIv3 JSON schemas from Go types.

Expand Down
2 changes: 1 addition & 1 deletion .github/docs/routers.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package routers // import "github.com/getkin/kin-openapi/routers"
package routers // import "."


VARIABLES
Expand Down
2 changes: 1 addition & 1 deletion .github/docs/routers_gorillamux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gorillamux // import "github.com/getkin/kin-openapi/routers/gorillamux"
package gorillamux // import "."

Package gorillamux implements a router.

Expand Down
2 changes: 1 addition & 1 deletion .github/docs/routers_legacy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package legacy // import "github.com/getkin/kin-openapi/routers/legacy"
package legacy // import "."

Package legacy implements a router.

Expand Down
2 changes: 1 addition & 1 deletion .github/docs/routers_legacy_pathpattern.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pathpattern // import "github.com/getkin/kin-openapi/routers/legacy/pathpattern"
package pathpattern // import "."

Package pathpattern implements path matching.

Expand Down

0 comments on commit db3891f

Please sign in to comment.