dev-pod-api-build/vendor/github.com/go-openapi/swag
2026-04-16 04:16:36 +00:00
..
.editorconfig build source 2026-04-16 04:16:36 +00:00
.gitattributes build source 2026-04-16 04:16:36 +00:00
.gitignore build source 2026-04-16 04:16:36 +00:00
.golangci.yml build source 2026-04-16 04:16:36 +00:00
BENCHMARK.md build source 2026-04-16 04:16:36 +00:00
CODE_OF_CONDUCT.md build source 2026-04-16 04:16:36 +00:00
convert.go build source 2026-04-16 04:16:36 +00:00
convert_types.go build source 2026-04-16 04:16:36 +00:00
doc.go build source 2026-04-16 04:16:36 +00:00
file.go build source 2026-04-16 04:16:36 +00:00
initialism_index.go build source 2026-04-16 04:16:36 +00:00
json.go build source 2026-04-16 04:16:36 +00:00
LICENSE build source 2026-04-16 04:16:36 +00:00
loading.go build source 2026-04-16 04:16:36 +00:00
name_lexem.go build source 2026-04-16 04:16:36 +00:00
net.go build source 2026-04-16 04:16:36 +00:00
path.go build source 2026-04-16 04:16:36 +00:00
README.md build source 2026-04-16 04:16:36 +00:00
split.go build source 2026-04-16 04:16:36 +00:00
string_bytes.go build source 2026-04-16 04:16:36 +00:00
util.go build source 2026-04-16 04:16:36 +00:00
yaml.go build source 2026-04-16 04:16:36 +00:00

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