postmoogle/vendor/github.com/go-openapi/swag
2024-08-20 22:56:56 +03:00
..
.editorconfig migrate to github 2024-08-20 22:56:56 +03:00
.gitignore migrate to github 2024-08-20 22:56:56 +03:00
.golangci.yml migrate to github 2024-08-20 22:56:56 +03:00
.travis.yml migrate to github 2024-08-20 22:56:56 +03:00
CODE_OF_CONDUCT.md migrate to github 2024-08-20 22:56:56 +03:00
convert.go migrate to github 2024-08-20 22:56:56 +03:00
convert_types.go migrate to github 2024-08-20 22:56:56 +03:00
doc.go migrate to github 2024-08-20 22:56:56 +03:00
json.go migrate to github 2024-08-20 22:56:56 +03:00
LICENSE migrate to github 2024-08-20 22:56:56 +03:00
loading.go migrate to github 2024-08-20 22:56:56 +03:00
name_lexem.go migrate to github 2024-08-20 22:56:56 +03:00
net.go migrate to github 2024-08-20 22:56:56 +03:00
path.go migrate to github 2024-08-20 22:56:56 +03:00
post_go18.go migrate to github 2024-08-20 22:56:56 +03:00
post_go19.go migrate to github 2024-08-20 22:56:56 +03:00
pre_go18.go migrate to github 2024-08-20 22:56:56 +03:00
pre_go19.go migrate to github 2024-08-20 22:56:56 +03:00
README.md migrate to github 2024-08-20 22:56:56 +03:00
split.go migrate to github 2024-08-20 22:56:56 +03:00
util.go migrate to github 2024-08-20 22:56:56 +03:00
yaml.go migrate to github 2024-08-20 22:56:56 +03: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