caching/vendor/github.com/go-openapi/swag
Knative Automation 93e6a0a5b4
upgrade to latest dependencies (#887)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-12 13:34:20 +00:00
..
.editorconfig Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.gitattributes upgrade to latest dependencies (#791) 2023-10-02 15:01:03 +00:00
.gitignore upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
.golangci.yml upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
BENCHMARK.md upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00: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 (#887) 2024-08-12 13:34:20 +00: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 upgrade to latest dependencies (#791) 2023-10-02 15:01:03 +00:00
file.go upgrade to latest dependencies (#791) 2023-10-02 15:01:03 +00:00
initialism_index.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
json.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08:00
loading.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
name_lexem.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00: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
split.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
string_bytes.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
util.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00
yaml.go upgrade to latest dependencies (#887) 2024-08-12 13:34:20 +00:00

README.md

Swag Build Status codecov

Slack Status license Go Reference 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.v3
  • github.com/mailru/easyjson v0.7.7