caching/vendor/github.com/go-openapi/swag
Paul Schweigert 230ac69ffc
bump go.mod to v1.18 (#660)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-03 17:51:18 +00:00
..
.editorconfig Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.gitignore [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00
.golangci.yml upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
.travis.yml upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
CODE_OF_CONDUCT.md Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
LICENSE Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
README.md upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
convert.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
convert_types.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
doc.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
json.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
loading.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
name_lexem.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
net.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
path.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
post_go18.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
post_go19.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
pre_go18.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
pre_go19.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
split.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
util.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
yaml.go [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00

README.md

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