tree: 8770f0ad1b7b3c0aa08b2fb84302d1cb156b828c [path history] [tgz]
  1. .editorconfig
  2. .gitattributes
  3. .gitignore
  4. .golangci.yml
  5. CODE_OF_CONDUCT.md
  6. convert.go
  7. convert_types.go
  8. doc.go
  9. file.go
  10. json.go
  11. LICENSE
  12. loading.go
  13. name_lexem.go
  14. net.go
  15. path.go
  16. post_go18.go
  17. post_go19.go
  18. pre_go18.go
  19. pre_go19.go
  20. README.md
  21. split.go
  22. util.go
  23. yaml.go
vendor/github.com/go-openapi/swag/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