kubernetes/vendor/github.com/go-openapi/swag
2021-06-16 12:26:45 +00:00
..
.editorconfig
.gitignore hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
.golangci.yml Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
.travis.yml Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
CODE_OF_CONDUCT.md
convert_types.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
convert.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
doc.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
go.mod Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
go.sum Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
json.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
LICENSE
loading.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
name_lexem.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
net.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
path.go
post_go18.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
post_go19.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
pre_go18.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
pre_go19.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
README.md Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
split.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
util.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
yaml.go hack/update-vendor.sh 2019-11-06 17:42:34 -05:00

Swag Build Status codecov Slack Status

license GoDoc Go Report Card

Contains a bunch of helper functions for go-openapi and go-swagger projects.

You may also use it standalone for your projects.

  • convert between value and pointers for builtin types
  • convert from string to builtin types (wraps strconv)
  • fast json concatenation
  • search in path
  • load from file or http
  • name mangling

This repo has only few dependencies outside of the standard library:

  • YAML utilities depend on gopkg.in/yaml.v2