karmada/vendor/github.com/go-openapi/swag
Kevin Wang d9bd5d27fa update vendor/
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
2020-11-11 10:46:27 +08:00
..
.editorconfig update vendor/ 2020-11-11 10:46:27 +08:00
.gitignore update vendor/ 2020-11-11 10:46:27 +08:00
.golangci.yml update vendor/ 2020-11-11 10:46:27 +08:00
.travis.yml update vendor/ 2020-11-11 10:46:27 +08:00
CODE_OF_CONDUCT.md update vendor/ 2020-11-11 10:46:27 +08:00
LICENSE update vendor/ 2020-11-11 10:46:27 +08:00
README.md update vendor/ 2020-11-11 10:46:27 +08:00
convert.go update vendor/ 2020-11-11 10:46:27 +08:00
convert_types.go update vendor/ 2020-11-11 10:46:27 +08:00
doc.go update vendor/ 2020-11-11 10:46:27 +08:00
go.mod update vendor/ 2020-11-11 10:46:27 +08:00
go.sum update vendor/ 2020-11-11 10:46:27 +08:00
json.go update vendor/ 2020-11-11 10:46:27 +08:00
loading.go update vendor/ 2020-11-11 10:46:27 +08:00
name_lexem.go update vendor/ 2020-11-11 10:46:27 +08:00
net.go update vendor/ 2020-11-11 10:46:27 +08:00
path.go update vendor/ 2020-11-11 10:46:27 +08:00
post_go18.go update vendor/ 2020-11-11 10:46:27 +08:00
post_go19.go update vendor/ 2020-11-11 10:46:27 +08:00
pre_go18.go update vendor/ 2020-11-11 10:46:27 +08:00
pre_go19.go update vendor/ 2020-11-11 10:46:27 +08:00
split.go update vendor/ 2020-11-11 10:46:27 +08:00
util.go update vendor/ 2020-11-11 10:46:27 +08:00
yaml.go update vendor/ 2020-11-11 10:46:27 +08:00

README.md

Swag Build Status codecov Slack Status

license GoDoc GolangCI 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